compiler/tests/libInit.cc
changeset 502 1e45d3c96ec5
parent 464 f6d77fee9811
child 515 b5316ef15274
--- a/compiler/tests/libInit.cc	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/tests/libInit.cc	Fri Jul 24 15:06:54 2015 +0100
@@ -27,6 +27,15 @@
 void _libstx_goodies_petitparser_compiler_tests_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests", _libstx_goodies_petitparser_compiler_tests_Init, "stx:goodies/petitparser/compiler/tests");
+_FooScannerTest_Init(pass,__pRT__,snd);
+_PEGFsaDeterminizationTest_Init(pass,__pRT__,snd);
+_PEGFsaGeneratorTest_Init(pass,__pRT__,snd);
+_PEGFsaInterpretTest_Init(pass,__pRT__,snd);
+_PEGFsaScannerIntegrationTest_Init(pass,__pRT__,snd);
+_PEGFsaStateTest_Init(pass,__pRT__,snd);
+_PEGFsaTest_Init(pass,__pRT__,snd);
+_PEGFsaTransitionTest_Init(pass,__pRT__,snd);
+_PPCClassBuilderTest_Init(pass,__pRT__,snd);
 _PPCCodeGeneratorTest_Init(pass,__pRT__,snd);
 _PPCCompilerTest_Init(pass,__pRT__,snd);
 _PPCContextMementoTest_Init(pass,__pRT__,snd);
@@ -43,6 +52,7 @@
 _PPCOptimizeChoicesTest_Init(pass,__pRT__,snd);
 _PPCRecognizerComponentDetectorTest_Init(pass,__pRT__,snd);
 _PPCRecognizerComponentVisitorTest_Init(pass,__pRT__,snd);
+_PPCScannerCodeGeneratorTest_Init(pass,__pRT__,snd);
 _PPCSpecializingVisitorTest_Init(pass,__pRT__,snd);
 _PPCTokenDetectorTest_Init(pass,__pRT__,snd);
 _PPCTokenGuardTest_Init(pass,__pRT__,snd);