Function Macro
GLibtest_thorough
since: 2.0
Description
Returns TRUE
if tests are run in thorough mode, equivalent to g_test_slow().
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.
Available since: 2.0
This function is not directly available to language bindings.