[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: TEST SUITE
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 05 Mar 2002 09:15:31 -0300
We have an extensive test suite for Lua. I can send you the whole
package, but it is actually a little too extensive. (The whole
out-of-the-box test fails in several machines, due to lack of memory,
bad C libraries, etc.) Maybe you prefer just a selection... Do
you want to test the whole VM (tables, strings, etc.) or only the
parser/bytecodes? What version are you changing?
-- Roberto