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