From 2c26501d24d929abe096ecce44f91410290b33c0 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 5 Aug 2014 18:15:56 -0700 Subject: Add card table test. Tests some of the functionality supported by the card table. Removed some logcat spam from monitor_pool. Change-Id: I1423816a72572f78aca44552effa2b4c6aac46c8 --- build/Android.gtest.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 6e27190..9ee3b69 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -91,6 +91,7 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ runtime/entrypoints/quick/quick_trampoline_entrypoints_test.cc \ runtime/entrypoints_order_test.cc \ runtime/exception_test.cc \ + runtime/gc/accounting/card_table_test.cc \ runtime/gc/accounting/space_bitmap_test.cc \ runtime/gc/heap_test.cc \ runtime/gc/space/dlmalloc_space_base_test.cc \ -- cgit v1.1