From 1347f92e3aea9712a150514b9e77a8860b788304 Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Tue, 17 Nov 2009 14:27:40 -0800 Subject: [PATCH] Add the example test to the CTS. Change-Id: I392672f1767bf72a18058de49c8658dabdc93a4d --- core/tasks/cts.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \