Function Macro
GLibtest_thorough
Declaration [src]
#define g_test_thorough (
void
)
Description [src]
Returns true if tests are run in thorough mode.
Thorough mode is equivalent to slow mode.
By default, tests are run in quick mode. In tests that use
g_test_init()
, the options -m quick
, -m slow
and -m thorough
can be used to change this.
This function is not directly available to language bindings.