'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'.
This commit is contained in:
Roberto Ierusalimschy
2018-12-19 13:15:14 -02:00
parent 5d7dec5520
commit 662506476b
3 changed files with 10 additions and 6 deletions

4
all
View File

@@ -1,4 +1,6 @@
cd testes
make -s -j
cd testes/libs; make -s
cd .. # back to directory 'testes'
ulimit -S -s 2000
if { ../lua all.lua; } then
echo -e "\n\n final OK!!!!\n\n"