summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorNeal Nguyen <tommyn@google.com>2010-01-14 14:13:37 -0800
committerNeal Nguyen <tommyn@google.com>2010-01-27 13:00:02 -0800
commitadce56625486c934d70b38fd72546b9a93ca4dc1 (patch)
treea7a2cc1873246cc8b4678d1e0d80da28cfc73457 /testrunner
parent2086587ba481163595e05197f1d1ee851b64bd16 (diff)
downloadandroid_development-adce56625486c934d70b38fd72546b9a93ca4dc1.tar.gz
android_development-adce56625486c934d70b38fd72546b9a93ca4dc1.tar.bz2
android_development-adce56625486c934d70b38fd72546b9a93ca4dc1.zip
Modifications to test_defs.xml for CoreTests files move.
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml34
1 files changed, 21 insertions, 13 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 65c6795be..dcc68aed6 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -43,6 +43,27 @@ See test_defs.xsd for more information.
coverage_target="framework"
continuous="true" />
+<!-- frameworks tests -->
+<test name="frameworks-core"
+ build_path="frameworks/base/core/tests/coretests"
+ package="com.android.frameworks.coretests"
+ coverage_target="framework"
+ continuous="true" />
+
+<test name="frameworks-location"
+ build_path="frameworks/base/location/tests/locationtests"
+ package="com.android.frameworks.locationtests"
+ coverage_target="framework"
+ continuous="true" />
+
+<test name="frameworks-telephony"
+ build_path="frameworks/base/telephony/tests/telephonytests"
+ package="com.android.frameworks.telephonytests"
+ coverage_target="framework"
+ continuous="true" />
+
+<!-- end of framework tests -->
+
<!-- subset of the android tests for just the database tests -->
<test name="database"
build_path="frameworks/base/tests/AndroidTests"
@@ -64,16 +85,9 @@ See test_defs.xsd for more information.
<test name="core"
build_path="frameworks/base/tests/CoreTests"
package="android.core"
- class="android.core.CoreTests"
coverage_target="framework"
continuous="true" />
-<test name="libcore"
- build_path="frameworks/base/tests/CoreTests"
- package="android.core"
- class="android.core.JavaTests"
- coverage_target="framework" />
-
<test name="apidemos"
build_path="development/samples/ApiDemos"
package="com.example.android.apis.tests"
@@ -511,12 +525,6 @@ See test_defs.xsd for more information.
continuous="true"
coverage_target="Phone" />
-<test name="telephony-unit"
- build_path="frameworks/base/telephony/tests/TelephonyTest"
- package="com.android.telephonytest"
- runner=".TelephonyUnitTestRunner"
- coverage_target="framework" />
-
<!-- obsolete?
<test name="ringtone"
build_path="tests/RingtoneSettings"