diff options
Diffstat (limited to 'zig-lua/lua-5.4.7/all')
| -rwxr-xr-x | zig-lua/lua-5.4.7/all | 9 |
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 @@ | |||
| 1 | make -s -j | ||
| 2 | cd testes/libs; make -s | ||
| 3 | cd .. # back to directory 'testes' | ||
| 4 | ulimit -S -s 1100 | ||
| 5 | if { ../lua -W all.lua; } then | ||
| 6 | echo -e "\n\n final OK!!!!\n\n" | ||
| 7 | else | ||
| 8 | echo -e "\n\n >>>> BUG!!!!\n\n" | ||
| 9 | fi | ||
