Loading core/tests/systemproperties/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ </application> <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.android.frameworks.coretests" android:label="Frameworks Core Tests" /> android:targetPackage="com.android.frameworks.coretests.systemproperties" android:label="Frameworks SystemProperties Core Tests" /> </manifest> core/tests/systemproperties/run_core_systemproperties_test.sh +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ fi if [[ $rebuild == true ]]; then make -j4 FrameworksCoreSystemPropertiesTests TESTAPP=${ANDROID_PRODUCT_OUT}/data/app/FrameworksCoreSystemPropertiesTests.apk COMMAND="adb install -r $TESTAPP" echo $COMMAND $COMMAND fi adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner Loading
core/tests/systemproperties/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ </application> <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.android.frameworks.coretests" android:label="Frameworks Core Tests" /> android:targetPackage="com.android.frameworks.coretests.systemproperties" android:label="Frameworks SystemProperties Core Tests" /> </manifest>
core/tests/systemproperties/run_core_systemproperties_test.sh +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ fi if [[ $rebuild == true ]]; then make -j4 FrameworksCoreSystemPropertiesTests TESTAPP=${ANDROID_PRODUCT_OUT}/data/app/FrameworksCoreSystemPropertiesTests.apk COMMAND="adb install -r $TESTAPP" echo $COMMAND $COMMAND fi adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner