quickSelfTest/modules.c
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 13:54:38 +0100
changeset 541 aa25a71be62a
parent 361 b2396cd82fbc
permissions -rw-r--r--
#DOCUMENTATION by cg class: stx_goodies_builder_quickSelfTest class definition class: stx_goodies_builder_quickSelfTest class added:18 methods
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
361
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     1
/* $Header$
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     2
 *
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     3
 * DO NOT EDIT 
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     4
 * automagically generated from the projectDefinition: stx_goodies_builder_quickSelfTest.
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     5
 *
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     6
 * Warning: once you modify this file, do not rerun
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     7
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     8
 */
b2396cd82fbc initial checkin
sr
parents:
diff changeset
     9
typedef void (*vf)();
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    10
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    11
extern void _RunUnitTests_Init();
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    12
extern void _RunUnitTestsStart_Init();
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    13
extern void _stx_137goodies_137builder_137quickSelfTest_Init();
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    14
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    15
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    16
static vf modules[] = {
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    17
    _RunUnitTests_Init,
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    18
_RunUnitTestsStart_Init,
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    19
_stx_137goodies_137builder_137quickSelfTest_Init,
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    20
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    21
    (vf)0
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    22
};
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    23
b2396cd82fbc initial checkin
sr
parents:
diff changeset
    24
vf *__modules__ = modules;