diff options
author | Mathieu Chartier <mathieuc@google.com> | 2014-12-11 18:43:48 -0800 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2014-12-12 12:08:16 -0800 |
commit | 9e2094f921b63582e84d65849b1c5c6dc4d22b44 (patch) | |
tree | 02613d533bdc382988b7fc70954c15c2ea4575aa /build | |
parent | 6b1497421c7c81cb9bf2ce077f1ef3d8ac24cfcb (diff) | |
download | art-9e2094f921b63582e84d65849b1c5c6dc4d22b44.zip art-9e2094f921b63582e84d65849b1c5c6dc4d22b44.tar.gz art-9e2094f921b63582e84d65849b1c5c6dc4d22b44.tar.bz2 |
Add ReferenceQueue test
Also cleaned up reference queue.
TODO: Add tests for missing functionality.
Bug: 10808403
Change-Id: I182f9cb69022fe542ea9e53d4c6d35cff90af332
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.gtest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 340304a..1347849 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -102,6 +102,7 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ runtime/gc/accounting/card_table_test.cc \ runtime/gc/accounting/space_bitmap_test.cc \ runtime/gc/heap_test.cc \ + runtime/gc/reference_queue_test.cc \ runtime/gc/space/dlmalloc_space_base_test.cc \ runtime/gc/space/dlmalloc_space_static_test.cc \ runtime/gc/space/dlmalloc_space_random_test.cc \ |