summaryrefslogtreecommitdiff
path: root/tests/projects/pascal/static/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/pascal/static/xmake.lua')
-rw-r--r--tests/projects/pascal/static/xmake.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/projects/pascal/static/xmake.lua b/tests/projects/pascal/static/xmake.lua
deleted file mode 100644
index 759cf69ad..000000000
--- a/tests/projects/pascal/static/xmake.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-add_rules("mode.debug", "mode.release")
-target("foo")
- set_kind("static")
- add_files("src/foo.pas")
-
-target("test")
- set_kind("binary")
- add_deps("foo")
- add_files("src/main.pas")