Add unit test for new keystore.

+ change the package path.
+ add continuous flag.
This commit is contained in:
Chung-yih Wang
2009-09-29 11:27:11 +08:00
parent 3b5cbc5472
commit 84dcb451c2

View File

@@ -94,6 +94,13 @@ See test_defs.xsd for more information.
class="com.android.unit_tests.activity.ActivityTests"
coverage_target="framework" />
<test name="keystore-unit"
build_path="frameworks/base/keystore/tests"
package="android.security.tests"
runner=".KeyStoreTestRunner"
coverage_target="framework"
continuous="true" />
<test name="vpntests"
build_path="frameworks/base/tests/AndroidTests"
package="com.android.unit_tests"
@@ -514,12 +521,6 @@ See test_defs.xsd for more information.
description="Android STL."
extra_build_args="ASTL_TESTS=1" />
<!-- Android Keystore tests -->
<test-native name="netkeystore_test"
build_path="frameworks/base/cmds/keystore/tests"
description="Android keystore."
extra_build_args="KEYSTORE_TESTS=1" />
<!-- pending patch 820
<test-native name="gtest"
build_path="external/gtest"