diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-12-19 13:15:14 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-12-19 13:15:14 -0200 |
commit | 662506476b3b9bf651de064884a00c8dbce6e281 (patch) | |
tree | 5a7129e3448e7e7bc9678bc7c6185195660157e6 /all | |
parent | 5d7dec552044303abc0d469d430c1fbec3c7b635 (diff) | |
download | lua-662506476b3b9bf651de064884a00c8dbce6e281.tar.gz lua-662506476b3b9bf651de064884a00c8dbce6e281.tar.bz2 lua-662506476b3b9bf651de064884a00c8dbce6e281.zip |
'all' script automatically 'make's everything
The script 'all', to run all tests, automatically ensures that the
Lua interpreter and the test C libraries (in 'testes/libs/') are
updated with any changes in 'luaconf.h'.
Diffstat (limited to 'all')
-rwxr-xr-x | all | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ | |||
1 | cd testes | 1 | make -s -j |
2 | cd testes/libs; make -s | ||
3 | cd .. # back to directory 'testes' | ||
2 | ulimit -S -s 2000 | 4 | ulimit -S -s 2000 |
3 | if { ../lua all.lua; } then | 5 | if { ../lua all.lua; } then |
4 | echo -e "\n\n final OK!!!!\n\n" | 6 | echo -e "\n\n final OK!!!!\n\n" |