automatically generated by browser
authorStefan Vogel <sv@exept.de>
Thu, 21 Sep 2006 10:46:56 +0200
changeset 143 31058eec0871
parent 142 f68ea471214b
child 144 b44b6422cc42
automatically generated by browser
libInit.cc
--- a/libInit.cc	Thu Sep 21 10:46:53 2006 +0200
+++ b/libInit.cc	Thu Sep 21 10:46:56 2006 +0200
@@ -1,6 +1,8 @@
 /*
+ * $Header: /cvs/stx/stx/goodies/sunit/libInit.cc,v 1.2 2006-09-21 08:46:56 stefan Exp $
+ *
  * DO NOT EDIT 
- * automatically generated from Make.proto (by make libInit.cc)
+ * automagically generated from the projectDefinition: stx_goodies_sunit.
  */
 #define __INDIRECTVMINITCALLS__
 #include <stc.h>
@@ -16,24 +18,23 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _sunit_Init() INIT_TEXT_SECT;
+extern void _libstx_goodies_sunit_Init() INIT_TEXT_SECT;
 #endif
-void _sunit_Init(pass, __pRT__, snd)
+void _libstx_goodies_sunit_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("sunit", _sunit_Init, "stx:goodies/sunit");
-_TestCase_Init(pass,__pRT__,snd);
-_ExampleSetTest_Init(pass,__pRT__,snd);
+__BEGIN_PACKAGE2__("libstx_goodies_sunit", _libstx_goodies_sunit_Init, "stx:goodies/sunit");
 _SUnitDelay_Init(pass,__pRT__,snd);
 _SUnitNameResolver_Init(pass,__pRT__,snd);
-_SUnitTest_Init(pass,__pRT__,snd);
+_TestCase_Init(pass,__pRT__,snd);
 _TestFailure_Init(pass,__pRT__,snd);
+_TestResource_Init(pass,__pRT__,snd);
 _TestResult_Init(pass,__pRT__,snd);
 _TestRunner_Init(pass,__pRT__,snd);
 _TestSuite_Init(pass,__pRT__,snd);
-_TestSuitesHierarchyScriptTest_Init(pass,__pRT__,snd);
-_TestSuitesCompoundScriptTest_Init(pass,__pRT__,snd);
-_TestSuitesScriptTest_Init(pass,__pRT__,snd);
 _TestSuitesScripter_Init(pass,__pRT__,snd);
-_extensions_Init(pass,__pRT__,snd);
+_stx_137goodies_137sunit_Init(pass,__pRT__,snd);
+_ResumableTestFailure_Init(pass,__pRT__,snd);
+
+
 __END_PACKAGE__();
 }