Add metatag test.

This commit is contained in:
James Roseborough
2010-08-18 15:03:34 +00:00
parent ac7abee7b0
commit fdeb392205
4 changed files with 43 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ public class CompatibiltyTest extends TestSuite {
public void testIoLib() { runTest("iolib"); }
public void testManyUpvals() { runTest("manyupvals"); }
public void testMathLib() { runTest("mathlib"); }
public void testMetatags() { runTest("metatags"); }
public void testOsLib() { runTest("oslib"); }
public void testStringLib() { runTest("stringlib"); }
public void testTableLib() { runTest("tablelib"); }