File: rtest.xml

package info (click to toggle)
rocprim 5.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,656 kB
  • sloc: cpp: 60,198; python: 624; sh: 203; xml: 200; makefile: 109
file content (11 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
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 --exclude-regex"></var>
<var name="CTEST_REGEX" value="&quot;(rocprim.device_segmented_radix_sort)&quot;"></var>
<test sets="psdb">
  <run name="all_tests">{CTEST_FILTER} {CTEST_REGEX}</run>
</test>
<test sets="osdb">
  <run name="all_tests">{CTEST_FILTER} {CTEST_REGEX}</run>
</test>
</testset>