File: rtest.xml

package info (click to toggle)
rocrand 5.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,268 kB
  • sloc: cpp: 95,463; f90: 2,847; python: 1,648; sh: 293; xml: 210; makefile: 49
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>