Skip to content

Commit

Permalink
Include Test Case List from CTS Project
Browse files Browse the repository at this point in the history
Bug 2732160

Have the cts.mk include the test case list from CTS rather
than defining it in cts.mk. This permits CTS developers to
add new packages and applications without having to submit
multiple project changes to both the CTS and build projects
everytime.

Change-Id: I63d90ac4f5d9fc9a9aa0ff79a8bf9dfb1a79c822
  • Loading branch information
Brian Muramatsu committed Jul 22, 2010
1 parent a0cb466 commit fa3d88f
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions core/tasks/cts.mk
Expand Up @@ -50,59 +50,8 @@ CTS_CORE_CASE_LIST := android.core.tests.annotation \
android.core.tests.xnet \
android.core.tests.runner

CTS_SECURITY_APPS_LIST := \
CtsAppAccessData \
CtsAppWithData \
CtsInstrumentationAppDiffCert \
CtsPermissionDeclareApp \
CtsSharedUidInstall \
CtsSharedUidInstallDiffCert \
CtsSimpleAppInstall \
CtsSimpleAppInstallDiffCert \
CtsTargetInstrumentationApp \
CtsUsePermissionDiffCert

CTS_CASE_LIST := \
TestDeviceSetup \
CtsTestStubs \
CtsAccessibilityServiceTestCases \
CtsAccountManagerTestCases \
CtsAppTestCases \
CtsBluetoothTestCases \
CtsContentTestCases \
CtsDatabaseTestCases \
CtsDelegatingAccessibilityService \
CtsDpiTestCases \
CtsDpiTestCases2 \
CtsExampleTestCases \
CtsGestureTestCases \
CtsGraphicsTestCases \
CtsHardwareTestCases \
CtsJniTestCases \
CtsLocationTestCases \
CtsMediaTestCases \
CtsOsTestCases \
CtsPermissionTestCases \
CtsPermission2TestCases \
CtsProviderTestCases \
CtsSpeechTestCases \
CtsTelephonyTestCases \
CtsTextTestCases \
CtsUtilTestCases \
CtsViewTestCases \
CtsWebkitTestCases \
CtsWidgetTestCases \
CtsNetTestCases \
SignatureTest \
CtsPerformanceTestCases \
CtsPerformance2TestCases \
CtsPerformance3TestCases \
CtsPerformance4TestCases \
CtsPerformance5TestCases \
ApiDemos \
ApiDemosReferenceTest \
$(CTS_CORE_CASE_LIST) \
$(CTS_SECURITY_APPS_LIST)
-include cts/CtsTestCaseList.mk
CTS_CASE_LIST := $(CTS_CORE_CASE_LIST) $(CTS_TEST_CASE_LIST)

DEFAULT_TEST_PLAN := $(PRIVATE_DIR)/resource/plans

Expand Down

0 comments on commit fa3d88f

Please sign in to comment.