diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2020-04-22 11:09:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 11:09:09 -0700 |
| commit | e45f8c1f49855cebe90b6722324ec24146ff5a3d (patch) | |
| tree | c369c9dcaa781991ac97227528fb9e714b5ee4c1 /tests | |
| parent | 58904b58bcc5436950dcae6680c9214e6361be92 (diff) | |
Disable OptiX tests by default. (#1331)
When running `slang-test`, the OptiX tests will be skipped by default for now, and must be explicitly enabled by adding `-category optix` on the command line.
I will need to add a better discovery mechanism down the line, closer to how support for different graphics APIs is being tested, but for now this should be enough to unblock our CI builds.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pipeline/ray-tracing/raygen.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pipeline/ray-tracing/raygen.slang b/tests/pipeline/ray-tracing/raygen.slang index 1b13a63c2..3edde6c1a 100644 --- a/tests/pipeline/ray-tracing/raygen.slang +++ b/tests/pipeline/ray-tracing/raygen.slang @@ -1,6 +1,6 @@ // raygen.slang -//TEST:COMPARE_COMPUTE_EX:-cuda -rt -output-using-type -compute-dispatch 4,1,1 +//TEST(optix):COMPARE_COMPUTE_EX:-cuda -rt -output-using-type -compute-dispatch 4,1,1 //TEST_INPUT:ubuffer(data=[0 0 0 0],stride=4):name gOutput,out |
