summaryrefslogtreecommitdiff
path: root/tests/interpreter/scope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interpreter/scope.lua')
-rw-r--r--tests/interpreter/scope.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/interpreter/scope.lua b/tests/interpreter/scope.lua
deleted file mode 100644
index ae64c2370..000000000
--- a/tests/interpreter/scope.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-
-set_kind("static")
-add_files("root.c")
-
-target("target1")
-
- set_kind("static")
- add_files("*.c", "hello.c")
- add_files("$(projectdir)/test.c")
-
-option("option1")
-
- add_option_links("pthread", "z")