forked from ROCm/hipFFT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtest.xml
More file actions
15 lines (15 loc) · 688 Bytes
/
Copy pathrtest.xml
File metadata and controls
15 lines (15 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE testset SYSTEM "/usr/local/share/rtest.dtd">
<testset>
<fileversion>0.1</fileversion>
<var name="COMMAND">hipfft-test --gtest_color=yes --gtest_output=xml</var>
<test sets="psdb">
<run name="all-psdb">{COMMAND}:output_psdb.xml --gtest_filter=-*multi_gpu* --precompile=rocfft-test-precompile.db</run>
</test>
<test sets="osdb">
<run name="all-osdb">{COMMAND}:output_osdb.xml --gtest_filter=-*multi_gpu* --precompile=rocfft-test-precompile.db</run>
</test>
<test sets="custom">
<run name="custom_filter">{COMMAND}:output_custom.xml --gtest_filter=-*multi_gpu*</run>
</test>
</testset>