Home | History | Annotate | Download | only in suite
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright 2017 Google Inc. All Rights Reserved. -->
      3 <configuration description="Android APCT test suite config.">
      4     <test class="com.android.tradefed.testtype.suite.BaseTestSuite">
      5         <option name="run-suite-tag" value="apct" />
      6         <!-- Do not load from the Jar's resources, only from the tests dir -->
      7         <option name="skip-loading-config-jar" value="true" />
      8         <!-- Explicitly requests only AndroidTest modules -->
      9         <option name="config-patterns" value=".*.config" />
     10     </test>
     11 </configuration>
     12