lua

A copy of the Lua development repository
Log | Files | Refs | README

all (205B)


      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