Skip to content

Commit

Permalink
Modifying windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
af-ayala authored Oct 3, 2023
1 parent e9a3ff4 commit 7fb3ecd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rtest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
<testset>
<fileversion>0.1</fileversion>
<var name="COMMAND">hipfft-test --gtest_color=yes --gtest_output=xml</var>
<var name="GTEST_FILTER">*</var>
<test sets="psdb">
<run name="all-psdb">{COMMAND}:output_psdb.xml --gtest_filter=* --precompile=rocfft-test-precompile.db</run>
<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=* --precompile=rocfft-test-precompile.db</run>
<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={GTEST_FILTER}</run>
<run name="custom_filter">{COMMAND}:output_custom.xml --gtest_filter=-*multi_gpu*</run>
</test>
</testset>

0 comments on commit 7fb3ecd

Please sign in to comment.