Constant

GLibTEST_OPTION_NONFATAL_ASSERTIONS

Declaration

#define G_TEST_OPTION_NONFATAL_ASSERTIONS "nonfatal-assertions"

Description

A value that can be passed as an option to g_test_init().

If this option is given, assertions will not abort the process, but call g_test_fail(). Equivalent to g_test_set_nonfatal_assertions().