aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2009-11-17 14:27:40 -0800
committerDan Bornstein <danfuzz@android.com>2009-11-17 14:27:40 -0800
commit1347f92e3aea9712a150514b9e77a8860b788304 (patch)
tree1aed8c0389cb5878e1ecc8920408ce3e14b6fb23
parent357f5bc804fc80f06776e1da141e4b322d7e3248 (diff)
downloadbuild-1347f92e3aea9712a150514b9e77a8860b788304.tar.gz
Add the example test to the CTS.
Change-Id: I392672f1767bf72a18058de49c8658dabdc93a4d
-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 \