Browse Source

Lua : add in hxml for sys level tests

Justin Donaldson 9 years ago
parent
commit
c08f7b7fa5
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/sys/compile-lua.hxml

+ 14 - 0
tests/sys/compile-lua.hxml

@@ -0,0 +1,14 @@
+
+compile-each.hxml
+-main Main
+-lua bin/lua/sys.lua
+
+--next
+compile-each.hxml
+-main TestArguments
+-lua bin/lua/TestArguments.lua
+
+--next
+compile-each.hxml
+-main ExitCode
+-lua bin/lua/ExitCode.lua