quickSelfTest/modules.c
author sr
Tue, 10 Oct 2017 15:03:59 +0200
changeset 388 c972ed7d867a
parent 361 b2396cd82fbc
permissions -rw-r--r--
class: RunUnitTestsStart class changed: #main:
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;