Files
android_development/scripts/symbol-tests.xml
Andreas Gampe e547eb3c9b Symbol: Add presubmit testing
Add symbol's unit tests to presubmit.

Test: atest python-symbol_test
Change-Id: I37eb4151365507ab2a95d7789408504cca78153c
2018-10-30 11:03:17 -07:00

8 lines
357 B
XML

<configuration description="Config for python tradefed symbol test">
<option name="test-suite-tag" value="python-symbol_test" />
<test class="com.android.tradefed.testtype.python.PythonBinaryHostTest" >
<option name="par-file-name" value="python-symbol_test" />
<option name="test-timeout" value="2m" />
</test>
</configuration>