diff options
| author | ruki <[email protected]> | 2021-09-02 22:54:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-02 22:54:52 +0800 |
| commit | f131f88e73c2c9718f61dee0aac451e00d63f64f (patch) | |
| tree | d015a5af6a95db74171950ab61e7e367b2b9149d /tests/projects/pascal/console/xmake.lua | |
| parent | e54d0fe1a3e4fe3243dcef11d1b2759343015c33 (diff) | |
add pascal tests
Diffstat (limited to 'tests/projects/pascal/console/xmake.lua')
| -rw-r--r-- | tests/projects/pascal/console/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/pascal/console/xmake.lua b/tests/projects/pascal/console/xmake.lua new file mode 100644 index 000000000..32fd531a2 --- /dev/null +++ b/tests/projects/pascal/console/xmake.lua @@ -0,0 +1,5 @@ +add_rules("mode.debug", "mode.release") +target("test") + set_kind("binary") + add_files("src/*.pas") + |
