aboutsummaryrefslogtreecommitdiff
path: root/res/config/google/test/framework/media/widevine/tests/widevine-timer-unit.xml
blob: cd826d9ba8ad95e4514dfaf8d74560427e198cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 Google Inc. All Rights Reserved -->
<!-- Required options: branch build-flavor -->
<configuration description="Downloads build, flashes on device, and runs Widevine Modular DRM tests">
    <option name="device-launch-control:test-tag" value="widevineTimerUnit" />
    <target_preparer class="com.android.tradefed.targetprep.TestFilePushSetup">
        <option name="test-file-name" value="bin/timer_unittest" />
    </target_preparer>
    <test class="com.android.tradefed.testtype.GTest">
        <option name="native-test-device-path" value="/data/bin" />
        <option name="module-name" value="timer_unittest" />
    </test>
</configuration>