Merge "Add test config to libcutils_test"
This commit is contained in:
commit
c1c0de3945
2 changed files with 4 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ test_libraries = [
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
name: "libcutils_test",
|
name: "libcutils_test",
|
||||||
|
test_suites: ["device-tests"],
|
||||||
defaults: ["libcutils_test_default"],
|
defaults: ["libcutils_test_default"],
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
shared_libs: test_libraries,
|
shared_libs: test_libraries,
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,14 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<configuration description="Config for libcutils_test_static">
|
<configuration description="Config for libcutils_test">
|
||||||
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
||||||
<option name="cleanup" value="true" />
|
<option name="cleanup" value="true" />
|
||||||
<option name="push" value="libcutils_test_static->/data/local/tmp/libcutils_test_static" />
|
<option name="push" value="libcutils_test->/data/local/tmp/libcutils_test" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
<option name="test-suite-tag" value="apct" />
|
<option name="test-suite-tag" value="apct" />
|
||||||
<test class="com.android.tradefed.testtype.GTest" >
|
<test class="com.android.tradefed.testtype.GTest" >
|
||||||
<option name="native-test-device-path" value="/data/local/tmp" />
|
<option name="native-test-device-path" value="/data/local/tmp" />
|
||||||
<option name="module-name" value="libcutils_test_static" />
|
<option name="module-name" value="libcutils_test" />
|
||||||
</test>
|
</test>
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Add table
Reference in a new issue