Skip to content
Permalink
Newer
Older
100755 9 lines (9 sloc) 205 Bytes
1
make -s -j
2
cd testes/libs; make -s
3
cd .. # back to directory 'testes'
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