File: rtest.xml

package info (click to toggle)
hiprand 6.4.3-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,080 kB
  • sloc: cpp: 5,155; f90: 2,513; python: 889; sh: 338; makefile: 50; xml: 10
file content (11 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<testset failure-regex="[1-9]\d* tests failed">
  <var name="CTEST_FILTER" value="ctest --output-on-failure"></var>
  <test sets="psdb">
    <run name="all_tests">{CTEST_FILTER}</run>
  </test>
  <test sets="osdb">
    <run name="all_tests">{CTEST_FILTER}</run>
  </test>
</testset>