quickSelfTest/modules.c
changeset 361 b2396cd82fbc
equal deleted inserted replaced
360:8a359c8fed90 361:b2396cd82fbc
       
     1 /* $Header$
       
     2  *
       
     3  * DO NOT EDIT 
       
     4  * automagically generated from the projectDefinition: stx_goodies_builder_quickSelfTest.
       
     5  *
       
     6  * Warning: once you modify this file, do not rerun
       
     7  * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
       
     8  */
       
     9 typedef void (*vf)();
       
    10 
       
    11 extern void _RunUnitTests_Init();
       
    12 extern void _RunUnitTestsStart_Init();
       
    13 extern void _stx_137goodies_137builder_137quickSelfTest_Init();
       
    14 
       
    15 
       
    16 static vf modules[] = {
       
    17     _RunUnitTests_Init,
       
    18 _RunUnitTestsStart_Init,
       
    19 _stx_137goodies_137builder_137quickSelfTest_Init,
       
    20 
       
    21     (vf)0
       
    22 };
       
    23 
       
    24 vf *__modules__ = modules;