diff options
Diffstat (limited to 'tests/interpreter/scope.lua')
| -rw-r--r-- | tests/interpreter/scope.lua | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/interpreter/scope.lua b/tests/interpreter/scope.lua index 438470d5c..f9eaa6484 100644 --- a/tests/interpreter/scope.lua +++ b/tests/interpreter/scope.lua @@ -1,9 +1,11 @@ -print("hello") +set_kind("static") -function test() - assert(false) -end -test() +add_target("target1") -print("hello") + set_kind("static") +-- add_files("*.c", "hello.c") + +add_option("option1") + + add_option_links("pthread", "z") |
