Added manual and tests for version 5.4-w2

This commit is contained in:
Roberto Ierusalimschy
2018-07-09 12:33:01 -03:00
parent f59e6a93c0
commit 7c519dfbd0
37 changed files with 22260 additions and 0 deletions

7
all Executable file
View File

@@ -0,0 +1,7 @@
cd testes
ulimit -S -s 2000
if { ../lua all.lua; } then
echo -e "\n\n final OK!!!!\n\n"
else
echo -e "\n\n >>>> BUG!!!!\n\n"
fi