From 662506476b3b9bf651de064884a00c8dbce6e281 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Dec 2018 13:15:14 -0200 Subject: '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'. --- all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'all') diff --git a/all b/all index 12acaf36..8f78ee4d 100755 --- a/all +++ b/all @@ -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" -- cgit v1.2.3-55-g6feb