summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-09 12:21:26 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-09 13:51:56 +0000
commit43c162f059e6463119aa1efd0841374ca7b4f789 (patch)
tree2dd84ca0249f0c32c833dddaf8b8d847e00558b0 /build
parentbf40b5ba88dff872f252c975dd6570571c7d5a90 (diff)
downloadart-43c162f059e6463119aa1efd0841374ca7b4f789.zip
art-43c162f059e6463119aa1efd0841374ca7b4f789.tar.gz
art-43c162f059e6463119aa1efd0841374ca7b4f789.tar.bz2
Revert "Revert "More Makefile fun for --debuggable.""
This reverts commit 9728a930fdf717cca60b48d9c2b715d0eed497fd. Change-Id: Ieca964a793e58f11931f78f50be47a4a9f0dc21f
Diffstat (limited to 'build')
-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 547e92e..b536fe4 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 --debuggable 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) ] || \