summaryrefslogtreecommitdiff
path: root/all
blob: 8f78ee4d5bd7919c295cf9cdea8b6cb4f19fceeb (plain)
1
2
3
4
5
6
7
8
9
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"
else
  echo -e "\n\n    >>>> BUG!!!!\n\n"
fi