tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 May 2015 14:12:22 +0100
changeset 464 f6d77fee9811
parent 427 a7f5e6de19d2
permissions -rw-r--r--
Updated to PetitCompiler-JanKurs.118, PetitCompiler-Tests-JanKurs.46, PetitCompiler-Extras-Tests-JanKurs.11, and PetitCompiler-Benchmarks-JanKurs.11 Name: PetitCompiler-JanKurs.118 Author: JanKurs Time: 13-05-2015, 03:59:01.292 PM UUID: 4a8ccd94-3131-4cc7-9098-528f8e5ea0b5 Name: PetitCompiler-Tests-JanKurs.46 Author: JanKurs Time: 04-05-2015, 04:25:06.162 PM UUID: 9f4cf8b7-876e-4a13-9579-b833f016db66 Name: PetitCompiler-Extras-Tests-JanKurs.11 Author: JanKurs Time: 13-05-2015, 04:27:27.940 PM UUID: e9f30c31-fbd0-4e96-ad2a-868f88d20ea8 Name: PetitCompiler-Benchmarks-JanKurs.11 Author: JanKurs Time: 13-05-2015, 02:21:49.932 PM UUID: 6a23fd1e-a86f-46db-8221-cc41b778d32c

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_petitparser_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_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_petitparser_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_goodies_petitparser_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests__DFN", _libstx_goodies_petitparser_tests_InitDefinition, "stx:goodies/petitparser/tests");
_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_goodies_petitparser_tests_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests", _libstx_goodies_petitparser_tests_Init, "stx:goodies/petitparser/tests");
_PPAbstractParserTest_Init(pass,__pRT__,snd);
_PPArithmeticParser_Init(pass,__pRT__,snd);
_PPContextMementoTest_Init(pass,__pRT__,snd);
_PPContextTest_Init(pass,__pRT__,snd);
_PPLambdaParser_Init(pass,__pRT__,snd);
_PPParserResource_Init(pass,__pRT__,snd);
_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);
_PPComposedTest_Init(pass,__pRT__,snd);
_PPCompositeParserTest_Init(pass,__pRT__,snd);
_PPConditionalParserTest_Init(pass,__pRT__,snd);
_PPConditionalParserTests_Init(pass,__pRT__,snd);
_PPExtensionTest_Init(pass,__pRT__,snd);
_PPMappingTest_Init(pass,__pRT__,snd);
_PPObjectTest_Init(pass,__pRT__,snd);
_PPParserTest_Init(pass,__pRT__,snd);
_PPPredicateTest_Init(pass,__pRT__,snd);
_PPScriptingTest_Init(pass,__pRT__,snd);
_PPTokenTest_Init(pass,__pRT__,snd);
_PPArithmeticParserTest_Init(pass,__pRT__,snd);
_PPLambdaParserTest_Init(pass,__pRT__,snd);
_PPExpressionParserTest_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}