libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 06 Jul 2011 16:29:48 +0200
changeset 250 3445ec741e4b
parent 234 0b75c9d2a213
child 261 c4cfa4b800f0
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/goodies/sunit/libInit.cc,v 1.9 2011-07-06 14:29:48 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_sunit.
 */
#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_sunit_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_goodies_sunit_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_goodies_sunit_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_goodies_sunit__DFN", _libstx_goodies_sunit_InitDefinition, "stx:goodies/sunit");
// _stx_137goodies_137sunit_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_goodies_sunit_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_sunit", _libstx_goodies_sunit_Init, "stx:goodies/sunit");
_SUnitDelay_Init(pass,__pRT__,snd);
_SUnitNameResolver_Init(pass,__pRT__,snd);
_TestAsserter_Init(pass,__pRT__,snd);
_TestFailure_Init(pass,__pRT__,snd);
_TestResult_Init(pass,__pRT__,snd);
_TestRunner_Init(pass,__pRT__,snd);
_TestSuite_Init(pass,__pRT__,snd);
_TestSuitesScripter_Init(pass,__pRT__,snd);
_stx_137goodies_137sunit_Init(pass,__pRT__,snd);
_ResumableTestFailure_Init(pass,__pRT__,snd);
_TestCase_Init(pass,__pRT__,snd);
_TestResource_Init(pass,__pRT__,snd);
_TestCaseWithArguments_Init(pass,__pRT__,snd);

_stx_137goodies_137sunit_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}