summaryrefslogtreecommitdiff
path: root/tests/actions/test/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-01 22:47:48 +0800
committerruki <[email protected]>2023-11-01 22:47:48 +0800
commit65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be (patch)
tree0785b55f490ad55a46d3d7018f4e4c4512b368e3 /tests/actions/test/xmake.lua
parent3ba30810808986745dc0644ce495e3ab46d41291 (diff)
compile test stub
Diffstat (limited to 'tests/actions/test/xmake.lua')
-rw-r--r--tests/actions/test/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/test/xmake.lua b/tests/actions/test/xmake.lua
index 83718245f..a4f75036d 100644
--- a/tests/actions/test/xmake.lua
+++ b/tests/actions/test/xmake.lua
@@ -16,13 +16,13 @@ end
target("test_10")
set_kind("binary")
set_default(false)
- add_files("src/compile.cpp")
+ add_files("src/compile_1.cpp")
add_tests("compile_fail", {build_should_fail = true})
target("test_11")
set_kind("binary")
set_default(false)
- add_files("src/compile.cpp")
+ add_files("src/compile_2.cpp")
add_tests("compile_pass", {build_should_pass = true})
target("test_13")