lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I put the test suite for Lua 4.0 at

  http://www.inf.puc-rio.br/~roberto/testlua4_0.tar.gz

To use, unpack all files in a directory, go to it, and run "lua -c all". (Or
else, stay in whatever directory you like, and run
"lua -c wd=test-directory-path/ test-directory-path/all")

Some caveats:

- most messages are in Portuguese (but the relevant ones are simply "OK").

- some tests fail in some systems, due to poor C libraries.


-- Roberto