From e45f8c1f49855cebe90b6722324ec24146ff5a3d Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Wed, 22 Apr 2020 11:09:09 -0700 Subject: 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. --- tests/pipeline/ray-tracing/raygen.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3