New LuaCompat add-on provides some standard lua functions that allow the

test cases to make more progress: assert, collectgarbage, loadfile,
tonumber, rawget, and setfenv. Also added zip file of standard tests to
Eclipse classpath, for convenience.
This commit is contained in:
Ian Farmer
2007-07-22 05:47:14 +00:00
parent e1d6ddf99c
commit daf71ee672
3 changed files with 199 additions and 0 deletions

View File

@@ -6,5 +6,6 @@
<classpathentry kind="src" path="src/test/res"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="lib" path="src/test/res/standard-tests.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>