Merge "Add connectivity unit tests to test_defs.xml" into gingerbread

This commit is contained in:
Xia Wang
2010-06-29 17:25:01 -07:00
committed by Android (Google) Code Review

View File

@@ -36,6 +36,13 @@ See test_defs.xsd for more information.
coverage_target="framework"
continuous="true" />
<!-- will not run in the continuous test as it needs both Wifi & 3G -->
<test name="frameworks-connectivity"
build_path="frameworks/base/core/tests/ConnectivityManagerTest/"
package="com.android.connectivitymanagertest"
runner=".ConnectivityManagerUnitTestRunner"
coverage_target="framework" />
<test name="frameworks-graphics"
build_path="frameworks/base/graphics/tests/graphicstests"
package="com.android.frameworks.graphicstests"