compiler/tests/libInit.cc
changeset 438 20598d7ce9fa
parent 421 7e08b31e0dae
child 452 9f4558b3be66
equal deleted inserted replaced
437:54b3bc9e3987 438:20598d7ce9fa
    25 }
    25 }
    26 
    26 
    27 void _libstx_goodies_petitparser_compiler_tests_Init(pass, __pRT__, snd)
    27 void _libstx_goodies_petitparser_compiler_tests_Init(pass, __pRT__, snd)
    28 OBJ snd; struct __vmData__ *__pRT__; {
    28 OBJ snd; struct __vmData__ *__pRT__; {
    29 __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests", _libstx_goodies_petitparser_compiler_tests_Init, "stx:goodies/petitparser/compiler/tests");
    29 __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests", _libstx_goodies_petitparser_compiler_tests_Init, "stx:goodies/petitparser/compiler/tests");
       
    30 _PPCCodeGeneratorTest_Init(pass,__pRT__,snd);
    30 _PPCCompilerTest_Init(pass,__pRT__,snd);
    31 _PPCCompilerTest_Init(pass,__pRT__,snd);
    31 _PPCContextMementoTest_Init(pass,__pRT__,snd);
    32 _PPCContextMementoTest_Init(pass,__pRT__,snd);
    32 _PPCContextTest_Init(pass,__pRT__,snd);
    33 _PPCContextTest_Init(pass,__pRT__,snd);
       
    34 _PPCCopyVisitorTest_Init(pass,__pRT__,snd);
    33 _PPCGuardTest_Init(pass,__pRT__,snd);
    35 _PPCGuardTest_Init(pass,__pRT__,snd);
       
    36 _PPCInliningVisitorTest_Init(pass,__pRT__,snd);
       
    37 _PPCMergingVisitorTest_Init(pass,__pRT__,snd);
    34 _PPCMockCompiler_Init(pass,__pRT__,snd);
    38 _PPCMockCompiler_Init(pass,__pRT__,snd);
    35 _PPCNodeFirstFollowNextTests_Init(pass,__pRT__,snd);
    39 _PPCNodeFirstFollowNextTests_Init(pass,__pRT__,snd);
    36 _PPCNodeTest_Init(pass,__pRT__,snd);
    40 _PPCNodeTest_Init(pass,__pRT__,snd);
    37 _PPCOptimizingTest_Init(pass,__pRT__,snd);
    41 _PPCOptimizingTest_Init(pass,__pRT__,snd);
       
    42 _PPCOptimizingVisitorTest_Init(pass,__pRT__,snd);
       
    43 _PPCProtype1Test_Init(pass,__pRT__,snd);
       
    44 _PPCTokenDetectorTest_Init(pass,__pRT__,snd);
       
    45 _PPCTokenVisitorTest_Init(pass,__pRT__,snd);
       
    46 _PPCTokenizingCodeGeneratorTest_Init(pass,__pRT__,snd);
       
    47 _PPCVerificationTest_Init(pass,__pRT__,snd);
       
    48 _PPCompiledExpressionGrammarResource_Init(pass,__pRT__,snd);
       
    49 _PPCompiledExpressionGrammarTest_Init(pass,__pRT__,snd);
       
    50 _PPCompiledJavaResource_Init(pass,__pRT__,snd);
    38 _PPCompiledSmalltalkGrammarResource_Init(pass,__pRT__,snd);
    51 _PPCompiledSmalltalkGrammarResource_Init(pass,__pRT__,snd);
       
    52 _PPExpressionGrammar_Init(pass,__pRT__,snd);
       
    53 _PPExpressionGrammarTest_Init(pass,__pRT__,snd);
    39 _stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);
    54 _stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);
    40 
    55 
    41 
    56 
    42 __END_PACKAGE__();
    57 __END_PACKAGE__();
    43 }
    58 }