summaryrefslogtreecommitdiff
path: root/build/Android.common_test.mk
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-03-06 11:43:15 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2015-03-06 17:08:46 +0000
commitbd648cd3aef1ce82aaaa85924b1178a7f499cc29 (patch)
tree0621307fc2b196544cf7c36b04ea1e143945714b /build/Android.common_test.mk
parent7e5b740cc387645c6b2e0dc8604b1e074c398b4d (diff)
More Makefile fun for --debuggable.
Change-Id: Icd4a4cf53907bf04b0d45211e264c9985045b55c
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r--build/Android.common_test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk
index 547e92e7d3..f436962bdc 100644
--- a/build/Android.common_test.mk
+++ b/build/Android.common_test.mk
@@ -100,6 +100,9 @@ ART_TEST_RUN_TEST_2ND_ARCH ?= true
# Do you want failed tests to have their artifacts cleaned up?
ART_TEST_RUN_TEST_ALWAYS_CLEAN ?= true
+# Do you want run-tests with the --debug flag
+ART_TEST_RUN_TEST_DEBUGGABLE ?= $(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) ] || \