tests/libInit.cc
changeset 44 840c68a91cdd
equal deleted inserted replaced
43:c8afb8e4c3cc 44:840c68a91cdd
       
     1 /*
       
     2  * $Header$
       
     3  *
       
     4  * DO NOT EDIT
       
     5  * automagically generated from the projectDefinition: ctu_ircompiler_tests.
       
     6  */
       
     7 #define __INDIRECTVMINITCALLS__
       
     8 #include <stc.h>
       
     9 
       
    10 #ifdef WIN32
       
    11 # pragma codeseg INITCODE "INITCODE"
       
    12 #endif
       
    13 
       
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
       
    15 DLL_EXPORT void _libctu_ircompiler_tests_Init() INIT_TEXT_SECTION;
       
    16 DLL_EXPORT void _libctu_ircompiler_tests_InitDefinition() INIT_TEXT_SECTION;
       
    17 #endif
       
    18 
       
    19 void _libctu_ircompiler_tests_InitDefinition(pass, __pRT__, snd)
       
    20 OBJ snd; struct __vmData__ *__pRT__; {
       
    21 __BEGIN_PACKAGE2__("libctu_ircompiler_tests__DFN", _libctu_ircompiler_tests_InitDefinition, "ctu:ircompiler/tests");
       
    22 _ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);
       
    23 
       
    24 __END_PACKAGE__();
       
    25 }
       
    26 
       
    27 void _libctu_ircompiler_tests_Init(pass, __pRT__, snd)
       
    28 OBJ snd; struct __vmData__ *__pRT__; {
       
    29 __BEGIN_PACKAGE2__("libctu_ircompiler_tests", _libctu_ircompiler_tests_Init, "ctu:ircompiler/tests");
       
    30 _IRBuilderTest_Init(pass,__pRT__,snd);
       
    31 _IRTransformTest_Init(pass,__pRT__,snd);
       
    32 _ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);
       
    33 
       
    34 
       
    35 __END_PACKAGE__();
       
    36 }