summaryrefslogtreecommitdiff
path: root/zig-lua/lua-5.4.7/all
diff options
context:
space:
mode:
Diffstat (limited to 'zig-lua/lua-5.4.7/all')
-rwxr-xr-xzig-lua/lua-5.4.7/all9
1 files changed, 9 insertions, 0 deletions
diff --git a/zig-lua/lua-5.4.7/all b/zig-lua/lua-5.4.7/all
new file mode 100755
index 0000000..86f38ac
--- /dev/null
+++ b/zig-lua/lua-5.4.7/all
@@ -0,0 +1,9 @@
+make -s -j
+cd testes/libs; make -s
+cd .. # back to directory 'testes'
+ulimit -S -s 1100
+if { ../lua -W all.lua; } then
+ echo -e "\n\n final OK!!!!\n\n"
+else
+ echo -e "\n\n >>>> BUG!!!!\n\n"
+fi