quickSelfTest/modules.c
author sr
Wed, 16 May 2018 13:59:55 +0200
changeset 515 f0cf7d35ee5f
parent 361 b2396cd82fbc
permissions -rw-r--r--
#BUGFIX by sr class: RunUnitTests class comment/format in: #runWithCompiledUnitTestClasses:arguments:debug:

/* $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;