commit | 25060535fac5ec166cd35a76a6a470ea8f7c492f | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Thu Oct 03 10:51:21 2019 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Thu Oct 03 15:05:13 2019 -0700 |
tree | 2cff2568865123d0f121ae056f564a8f80e88bd0 | |
parent | d43e79855301e3039a88bace941c66b02645f451 [diff] [blame] |
Add a test to invoke ion_is_using_modular_heaps() Bug: 140916230 Test: ./ion-unit-tests Change-Id: I0204b72e49f34d99df96b46229dda2e958a59bee
diff --git a/libion/tests/Android.bp b/libion/tests/Android.bp index 5600702..989e029 100644 --- a/libion/tests/Android.bp +++ b/libion/tests/Android.bp
@@ -29,5 +29,6 @@ "invalid_values_test.cpp", "ion_test_fixture.cpp", "map_test.cpp", + "modular_heap_check.cpp", ], }