56 CHECK (
basicInit,
"the basic-init callback hasn't been invoked automatically");
57 CHECK (1 ==
basicInit,
"the basic-init callback has been invoked more than once");
define and register a callback for a specific lifecycle event.
static void trigger(Symbol eventLabel)
trigger lifecycle callbacks registered under the given label
Installing and invoking of application lifecycle event callbacks.
LifecycleHook _schedule2(MY_DEADLY_EVENT, &myCallback)
LifecycleHook _schedule1(ON_BASIC_INIT, &basicInitHook)
Lumiera public interface.
CStr ON_BASIC_INIT
automatic static init. treated specially to run as soon as possible
Test runner and basic definitions for tests.
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...