initial checkin
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 17:03:09 +0100
changeset 255 0f1b5fe3bace
parent 254 4ff6fe3f9ea7
child 256 6f800e49f6f6
initial checkin
tests/libInit.cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/libInit.cc	Tue Mar 04 17:03:09 2014 +0100
@@ -0,0 +1,36 @@
+/*
+ * $Header: /cvs/stx/stx/goodies/petitparser/tests/libInit.cc,v 1.1 2014-03-04 16:03:09 cg Exp $
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: stx_goodies_petitparser_tests.
+ */
+#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_petitparser_tests_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libstx_goodies_petitparser_tests_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+void _libstx_goodies_petitparser_tests_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests__DFN", _libstx_goodies_petitparser_tests_InitDefinition, "stx:goodies/petitparser/tests");
+_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);
+
+__END_PACKAGE__();
+}
+
+void _libstx_goodies_petitparser_tests_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests", _libstx_goodies_petitparser_tests_Init, "stx:goodies/petitparser/tests");
+_PPAbstractParserTest_Init(pass,__pRT__,snd);
+_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);
+_PPCompositeParserTest_Init(pass,__pRT__,snd);
+
+
+__END_PACKAGE__();
+}