summaryrefslogtreecommitdiff
path: root/tests/projects/rust/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-15 22:32:26 +0800
committerruki <[email protected]>2021-12-15 22:32:26 +0800
commit6200b2a43dd9ddc7a031bf23430b82e807a7be74 (patch)
tree92c5995a21d200d59b3bd5627ce4943fec42c435 /tests/projects/rust/console/xmake.lua
parente24fc356c1cceb9e08d3d542657cc1debbf7b268 (diff)
update rust tests
Diffstat (limited to 'tests/projects/rust/console/xmake.lua')
-rw-r--r--tests/projects/rust/console/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/rust/console/xmake.lua b/tests/projects/rust/console/xmake.lua
index 2a5d3e012..d561403ac 100644
--- a/tests/projects/rust/console/xmake.lua
+++ b/tests/projects/rust/console/xmake.lua
@@ -2,5 +2,5 @@ add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
- add_files("src/*.rs")
+ add_files("src/main.rs")