tests/libInit.cc
changeset 44 840c68a91cdd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/libInit.cc	Thu Oct 30 22:27:09 2014 +0000
@@ -0,0 +1,36 @@
+/*
+ * $Header$
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: ctu_ircompiler_tests.
+ */
+#define __INDIRECTVMINITCALLS__
+#include <stc.h>
+
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif
+
+#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
+DLL_EXPORT void _libctu_ircompiler_tests_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libctu_ircompiler_tests_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+void _libctu_ircompiler_tests_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libctu_ircompiler_tests__DFN", _libctu_ircompiler_tests_InitDefinition, "ctu:ircompiler/tests");
+_ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);
+
+__END_PACKAGE__();
+}
+
+void _libctu_ircompiler_tests_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libctu_ircompiler_tests", _libctu_ircompiler_tests_Init, "ctu:ircompiler/tests");
+_IRBuilderTest_Init(pass,__pRT__,snd);
+_IRTransformTest_Init(pass,__pRT__,snd);
+_ctu_137ircompiler_137tests_Init(pass,__pRT__,snd);
+
+
+__END_PACKAGE__();
+}