libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 24 Oct 2012 20:22:38 +0200
changeset 475 28b9630af8ce
parent 426 fb6671f98a16
child 517 17537554ca0e
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/goodies/sunit/libInit.cc,v 1.20 2012-10-24 18:22:38 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);
_TestCaseOutcome_Init(pass,__pRT__,snd);
_TestFailure_Init(pass,__pRT__,snd);
_TestResult_Init(pass,__pRT__,snd);
_TestResultReporter_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);
_TestResultStX_Init(pass,__pRT__,snd);
_TestCaseWithArguments_Init(pass,__pRT__,snd);
_TestResultForRunWithDebug_Init(pass,__pRT__,snd);

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