diff options
| author | ruki <[email protected]> | 2021-12-15 22:32:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-15 22:32:26 +0800 |
| commit | 6200b2a43dd9ddc7a031bf23430b82e807a7be74 (patch) | |
| tree | 92c5995a21d200d59b3bd5627ce4943fec42c435 /tests/projects/rust/console/xmake.lua | |
| parent | e24fc356c1cceb9e08d3d542657cc1debbf7b268 (diff) | |
update rust tests
Diffstat (limited to 'tests/projects/rust/console/xmake.lua')
| -rw-r--r-- | tests/projects/rust/console/xmake.lua | 2 |
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") |
