From fe905a8cb0baee47028bd3e1fb29017f96a13dea Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Fri, 19 Jun 2009 18:32:14 -0700 Subject: [PATCH] Add ApiDemos to the test build, and cts-permission2 tests to test_defs.xml. This should enable the ApiDemos sample tests to run continuously again. --- samples/ApiDemos/Android.mk | 2 +- testrunner/test_defs.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/samples/ApiDemos/Android.mk b/samples/ApiDemos/Android.mk index e10ef43c..7921120d 100644 --- a/samples/ApiDemos/Android.mk +++ b/samples/ApiDemos/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_MODULE_TAGS := samples +LOCAL_MODULE_TAGS := samples tests # Only compile source java files in this apk. LOCAL_SRC_FILES := $(call all-java-files-under, src) diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 9cb780d5..08fe0e85 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -185,6 +185,14 @@ Native tests: continuous="true" cts="true" /> + +