compiler/tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 17 Aug 2015 12:13:16 +0100
changeset 515 b5316ef15274
parent 502 1e45d3c96ec5
child 524 f6f68d32de73
permissions -rw-r--r--
Updated to PetitCompiler-JanKurs.160, PetitCompiler-Tests-JanKurs.112, PetitCompiler-Extras-Tests-JanKurs.25, PetitCompiler-Benchmarks-JanKurs.17 Name: PetitCompiler-JanKurs.160 Author: JanKurs Time: 17-08-2015, 09:52:26.291 AM UUID: 3b4bfc98-8098-4951-af83-a59e2585b121 Name: PetitCompiler-Tests-JanKurs.112 Author: JanKurs Time: 16-08-2015, 05:00:32.936 PM UUID: 85613d47-08f3-406f-9823-9cdab451e805 Name: PetitCompiler-Extras-Tests-JanKurs.25 Author: JanKurs Time: 16-08-2015, 05:00:10.328 PM UUID: 09731810-51a1-4151-8d3a-56b636fbd1f7 Name: PetitCompiler-Benchmarks-JanKurs.17 Author: JanKurs Time: 05-08-2015, 05:29:32.407 PM UUID: e544b5f1-bcf8-470b-93a6-d2363e4dfc8a

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_petitparser_compiler_tests.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_goodies_petitparser_compiler_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_petitparser_compiler_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_goodies_petitparser_compiler_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests__DFN", _libstx_goodies_petitparser_compiler_tests_InitDefinition, "stx:goodies/petitparser/compiler/tests");
_stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

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);
_PEGFsaChoiceDeterminizationTest_Init(pass,__pRT__,snd);
_PEGFsaDeterminizationTest_Init(pass,__pRT__,snd);
_PEGFsaGeneratorTest_Init(pass,__pRT__,snd);
_PEGFsaIntegrationTest_Init(pass,__pRT__,snd);
_PEGFsaInterpretTest_Init(pass,__pRT__,snd);
_PEGFsaMinimizationTest_Init(pass,__pRT__,snd);
_PEGFsaScannerIntegrationTest_Init(pass,__pRT__,snd);
_PEGFsaSequenceDeterminizationTest_Init(pass,__pRT__,snd);
_PEGFsaStateTest_Init(pass,__pRT__,snd);
_PEGFsaTest_Init(pass,__pRT__,snd);
_PEGFsaTransitionTest_Init(pass,__pRT__,snd);
_PPCASTUtilitiesTests_Init(pass,__pRT__,snd);
_PPCClassBuilderTest_Init(pass,__pRT__,snd);
_PPCCodeGeneratorTest_Init(pass,__pRT__,snd);
_PPCCompilerTest_Init(pass,__pRT__,snd);
_PPCContextMementoTest_Init(pass,__pRT__,snd);
_PPCContextTest_Init(pass,__pRT__,snd);
_PPCCopyVisitorTest_Init(pass,__pRT__,snd);
_PPCGuardTest_Init(pass,__pRT__,snd);
_PPCIdGeneratorTest_Init(pass,__pRT__,snd);
_PPCInliningVisitorTest_Init(pass,__pRT__,snd);
_PPCLL1VisitorTest_Init(pass,__pRT__,snd);
_PPCLTokenizingOptimizationTest_Init(pass,__pRT__,snd);
_PPCMergingVisitorTest_Init(pass,__pRT__,snd);
_PPCMockCompiler_Init(pass,__pRT__,snd);
_PPCNodeFirstFollowNextTests_Init(pass,__pRT__,snd);
_PPCNodeTest_Init(pass,__pRT__,snd);
_PPCOptimizeChoicesTest_Init(pass,__pRT__,snd);
_PPCOverlappingTokensTest_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);
_PPCTokenizingCodeGeneratorTest_Init(pass,__pRT__,snd);
_PPCTokenizingTest_Init(pass,__pRT__,snd);
_PPCTokenizingVisitorTest_Init(pass,__pRT__,snd);
_PPCUniversalOptimizationTest_Init(pass,__pRT__,snd);
_PPCUniversalTest_Init(pass,__pRT__,snd);
_stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}