diff -r 3cbcf5839693 -r 8dc4eb06316e compiler/tests/extras/libInit.cc --- a/compiler/tests/extras/libInit.cc Thu May 21 15:49:26 2015 +0100 +++ b/compiler/tests/extras/libInit.cc Thu May 21 17:19:17 2015 +0100 @@ -29,14 +29,22 @@ __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests_extras", _libstx_goodies_petitparser_compiler_tests_extras_Init, "stx:goodies/petitparser/compiler/tests/extras"); _PPCCompiledJavaVerificationTest_Init(pass,__pRT__,snd); _PPCExpressionsVerificationTest_Init(pass,__pRT__,snd); -_PPExpressionGrammar_Init(pass,__pRT__,snd); -_PPLL1ExpressionGrammar_Init(pass,__pRT__,snd); _PPCResources_Init(pass,__pRT__,snd); _PPCSmalltalkTests_Init(pass,__pRT__,snd); _PPCSmalltalkVerificationTest_Init(pass,__pRT__,snd); +_PPCompiledExpressionGrammarResource_Init(pass,__pRT__,snd); +_PPCompiledExpressionGrammarTest_Init(pass,__pRT__,snd); _PPCompiledJavaResource_Init(pass,__pRT__,snd); _PPCompiledSmalltalkGrammarResource_Init(pass,__pRT__,snd); _PPCompiledSmalltalkGrammarTests_Init(pass,__pRT__,snd); +_PPExpressionGrammar_Init(pass,__pRT__,snd); +_PPExpressionGrammarTest_Init(pass,__pRT__,snd); +_PPLL1ExpressionGrammar_Init(pass,__pRT__,snd); +_PPLL1ExpressionGrammarTest_Init(pass,__pRT__,snd); +_PPTokenizedExpressionGrammarResource_Init(pass,__pRT__,snd); +_PPTokenizedExpressionGrammarTest_Init(pass,__pRT__,snd); +_PPTokenizedLL1ExpressionGrammarResource_Init(pass,__pRT__,snd); +_PPTokenizedLL1ExpressionGrammarTest_Init(pass,__pRT__,snd); _PPTokenizedSmalltalkGrammarResource_Init(pass,__pRT__,snd); _PPTokenizedSmalltalkGrammarTests_Init(pass,__pRT__,snd); _stx_137goodies_137petitparser_137compiler_137tests_137extras_Init(pass,__pRT__,snd);