all 205 B

123456789
  1. make -s -j
  2. cd testes/libs; make -s
  3. cd .. # back to directory 'testes'
  4. ulimit -S -s 1100
  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