tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Oct 2014 22:27:09 +0000
changeset 44 840c68a91cdd
permissions -rw-r--r--
Tests moved to separate subpackage to follow St/X conventions.

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libctu_ircompiler_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libctu_ircompiler_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libctu_ircompiler_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libctu_ircompiler_tests__DFN", _libctu_ircompiler_tests_InitDefinition, "ctu:ircompiler/tests");
_ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libctu_ircompiler_tests_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libctu_ircompiler_tests", _libctu_ircompiler_tests_Init, "ctu:ircompiler/tests");
_IRBuilderTest_Init(pass,__pRT__,snd);
_IRTransformTest_Init(pass,__pRT__,snd);
_ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}