diff options
author | Mathieu Chartier <mathieuc@google.com> | 2014-08-05 18:15:56 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2014-08-06 11:34:20 -0700 |
commit | 2c26501d24d929abe096ecce44f91410290b33c0 (patch) | |
tree | be064a46a1da5feb4db07c154506063d3fd95a13 /build | |
parent | 484e2c2d3531e5bb36f0e1e12f26c708939c6579 (diff) | |
download | art-2c26501d24d929abe096ecce44f91410290b33c0.zip art-2c26501d24d929abe096ecce44f91410290b33c0.tar.gz art-2c26501d24d929abe096ecce44f91410290b33c0.tar.bz2 |
Add card table test.
Tests some of the functionality supported by the card table.
Removed some logcat spam from monitor_pool.
Change-Id: I1423816a72572f78aca44552effa2b4c6aac46c8
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 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 \ |