39 main (
int argc,
char** argv)
44 if (!strcmp(argv[1],
"set"))
49 if (!strcmp(argv[1],
"get_no"))
56 if (!strcmp(argv[1],
"get"))
64 if (!strcmp(argv[1],
"get2"))
int main(int argc, const char *argv[])
run all tests or any single test specified in the first command line argument.
Lumiera error handling (C interface).
lumiera_err lumiera_error(void)
Get and clear current error state.
lumiera_err lumiera_error_set(lumiera_err nerr, const char *extra)
Set error state for the current thread.
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.