diff -r 8a359c8fed90 -r b2396cd82fbc quickSelfTest/modules.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quickSelfTest/modules.c Tue Oct 10 14:44:33 2017 +0200 @@ -0,0 +1,24 @@ +/* $Header$ + * + * DO NOT EDIT + * automagically generated from the projectDefinition: stx_goodies_builder_quickSelfTest. + * + * Warning: once you modify this file, do not rerun + * stmkmp or projectDefinition-build again - otherwise, your changes are lost. + */ +typedef void (*vf)(); + +extern void _RunUnitTests_Init(); +extern void _RunUnitTestsStart_Init(); +extern void _stx_137goodies_137builder_137quickSelfTest_Init(); + + +static vf modules[] = { + _RunUnitTests_Init, +_RunUnitTestsStart_Init, +_stx_137goodies_137builder_137quickSelfTest_Init, + + (vf)0 +}; + +vf *__modules__ = modules;