aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-17 15:39:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-17 15:39:46 -0800
commitc3d9645e29aeb124b39a0b7639767a5f1fead229 (patch)
treef93ca3bcbee72b0d861c3533e37b7bbd362b852c
parent580cdbe0fe0dd794c7035d8a406353f88aad827e (diff)
parent1347f92e3aea9712a150514b9e77a8860b788304 (diff)
downloadbuild-c3d9645e29aeb124b39a0b7639767a5f1fead229.tar.gz
Merge change I392672f1 into eclair
* changes: Add the example test to the CTS.
-rw-r--r--core/tasks/cts.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk
index cfd72e7b6c..dac4712c10 100644
--- a/core/tasks/cts.mk
+++ b/core/tasks/cts.mk
@@ -70,7 +70,8 @@ CTS_CASE_LIST := \
CtsDatabaseTestCases \
CtsDpiTestCases \
CtsDpiTestCases2 \
- CtsGestureTestCases \
+ CtsExampleTestCases \
+ CtsGestureTestCases \
CtsGraphicsTestCases \
CtsHardwareTestCases \
CtsLocationTestCases \