Function Macro
GLibtest_verbose
Declaration [src]
#define g_test_verbose (
void
)
Description [src]
Returns true if tests are run in verbose mode.
In tests that use g_test_init()
, the option --verbose
enables this,
while -q
or --quiet
disables it.
The default is neither verbose nor quiet.
This function is not directly available to language bindings.