[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] a Test Suite for Lua 5.1
- From: François Perrad <francois.perrad@...>
- Date: Sun, 20 Sep 2009 14:03:56 +0200
Few years ago, when I started Lua on Parrot VM, I need a Test Suite,
so I wrote one.
Now, I rewrite this Test Suite in pure Lua as an independent project,
which is the port of the Perl5 module Test::More.
The module Test.More is still in development, but the Test Suite is
already usable.
The homepage is at http://testmore.luaforge.net/,
and the sources are hosted at http://github.com/fperrad/lua-TestMore/.
The coverage is available at
http://testmore.luaforge.net/cover_lua514/src/index.html
Now, I need your contribution :
upload your results from various platform.
The collected results are available at :
http://smolder.plusthree.com/app/public_projects/smoke_reports/12
Patch or pull request (git) are welcome.
Thanks.
François Perrad.