Add a runtest entry for the database tests.

This commit is contained in:
Jeff Hamilton
2009-11-19 10:15:23 -08:00
parent 8915fd90cf
commit 4865c5393f

View File

@@ -44,6 +44,12 @@ See test_defs.xsd for more information.
coverage_target="framework"
continuous="true" />
<!-- subset of the android tests for just the database tests -->
<test name="database"
build_path="frameworks/base/tests/AndroidTests"
package="com.android.unit_tests"
class="com.android.unit_tests.DatabaseTests" />
<test name="account"
build_path="frameworks/base/tests/AndroidTests"
package="com.android.unit_tests"