mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-17 19:02:52 +02:00
testutils: Factor out g_test_disable_crash_reporting()
We're already repeating this in 4 places, and in a subsequent commit I'll extend it to do more. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -407,6 +407,8 @@ GLIB_AVAILABLE_IN_2_38
|
||||
gboolean g_test_failed (void);
|
||||
GLIB_AVAILABLE_IN_2_38
|
||||
void g_test_set_nonfatal_assertions (void);
|
||||
GLIB_AVAILABLE_IN_2_78
|
||||
void g_test_disable_crash_reporting (void);
|
||||
|
||||
/**
|
||||
* g_test_add:
|
||||
|
Reference in New Issue
Block a user