diff options
| author | ruki <[email protected]> | 2020-07-25 21:25:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-25 21:25:55 +0800 |
| commit | 56c0819b70ee17f8f8f1f5d27d2f905ee34bb726 (patch) | |
| tree | c66b687e7cb6280066be518a927ec32be65ba366 /tests/projects/dlang/console/xmake.lua | |
| parent | 5d7d07a9d1a2f4728a0857ff42d9a8f09b34bee2 (diff) | |
improve dlang tests and template projects
Diffstat (limited to 'tests/projects/dlang/console/xmake.lua')
| -rw-r--r-- | tests/projects/dlang/console/xmake.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/projects/dlang/console/xmake.lua b/tests/projects/dlang/console/xmake.lua index 374a6826a..b1b8e0bfb 100644 --- a/tests/projects/dlang/console/xmake.lua +++ b/tests/projects/dlang/console/xmake.lua @@ -1,12 +1,6 @@ --- add rules add_rules("mode.debug", "mode.release") --- add target -target("console_dlang") - - -- set kind +target("test") set_kind("binary") - - -- add files add_files("src/*.d") |
