diff options
author | Ian Rogers <irogers@google.com> | 2014-07-18 11:38:13 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-07-18 11:48:06 -0700 |
commit | 701aa645a3e61fe8866000bb66b1287196a5536a (patch) | |
tree | 84b6ad8ab669b3e701d700cdf42229f2b44bcaaf /build | |
parent | 5242c0ab0505f0f038b15c3d934a79a6b4e5ef17 (diff) | |
download | art-701aa645a3e61fe8866000bb66b1287196a5536a.zip art-701aa645a3e61fe8866000bb66b1287196a5536a.tar.gz art-701aa645a3e61fe8866000bb66b1287196a5536a.tar.bz2 |
Add GC verification test rules.
Change-Id: I7469ecaf98f680e7e642035f3536b00bdd97b486
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.common_test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk index 86ef35e..bd698de 100644 --- a/build/Android.common_test.mk +++ b/build/Android.common_test.mk @@ -42,6 +42,9 @@ ART_TEST_OPTIMIZING ?= $(ART_TEST_FULL) # Do you want tracing tests run? ART_TEST_TRACE ?= $(ART_TEST_FULL) +# Do you want tests with GC verification enabled run? +ART_TEST_GC_VERIFY ?= $(ART_TEST_FULL) + # Define the command run on test failure. $(1) is the name of the test. Executed by the shell. define ART_TEST_FAILED ( [ -f $(ART_HOST_TEST_DIR)/skipped/$(1) ] || \ |