summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/other/hlsl2spv_bin2obj/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/hlsl2spv_bin2obj/xmake.lua b/tests/projects/other/hlsl2spv_bin2obj/xmake.lua
index 2184d24cc..4d09e5036 100644
--- a/tests/projects/other/hlsl2spv_bin2obj/xmake.lua
+++ b/tests/projects/other/hlsl2spv_bin2obj/xmake.lua
@@ -6,6 +6,6 @@ target("test")
set_kind("binary")
add_rules("utils.hlsl2spv", {bin2obj = true})
add_files("src/*.c")
- add_files("src/*.hlsl", "src/*.hlsl")
+ add_files("src/*.hlsl")
add_packages("directxshadercompiler")