summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/slang-test/slang-test-main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp
index 25aa13986..1144b4034 100644
--- a/tools/slang-test/slang-test-main.cpp
+++ b/tools/slang-test/slang-test-main.cpp
@@ -1732,6 +1732,7 @@ TestResult runCrossCompilerTest(TestContext* context, TestInput& input)
switch (target)
{
+ case SLANG_DXIL:
case SLANG_DXIL_ASM:
{
expectedCmdLine.addArg(filePath + ".hlsl");
@@ -1739,6 +1740,7 @@ TestResult runCrossCompilerTest(TestContext* context, TestInput& input)
expectedCmdLine.addArg("dxc");
break;
}
+ case SLANG_DXBC:
case SLANG_DXBC_ASM:
{
expectedCmdLine.addArg(filePath + ".hlsl");