summaryrefslogtreecommitdiff
path: root/tools/slang-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-test')
-rw-r--r--tools/slang-test/slang-test-main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp
index a5f5ee316..c22b6dbf6 100644
--- a/tools/slang-test/slang-test-main.cpp
+++ b/tools/slang-test/slang-test-main.cpp
@@ -5047,12 +5047,6 @@ SlangResult innerMain(int argc, char** argv)
options.includeCategories.add(fullTestCategory, fullTestCategory);
}
- // Don't include OptiX tests unless the client has explicit opted into them.
- if (!options.includeCategories.containsKey(optixTestCategory))
- {
- options.excludeCategories.add(optixTestCategory, optixTestCategory);
- }
-
// Exclude rendering tests when building under AppVeyor.
//
// TODO: this is very ad hoc, and we should do something cleaner.