gtestutils: Allow clean simple use of g_test_trap_subprocess()
authorStef Walter <stefw@gnome.org>
Wed, 11 Dec 2013 08:31:35 +0000 (09:31 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 15 Dec 2013 16:03:17 +0000 (11:03 -0500)
commitcd2204bb65114e5ac62b014e6167a659aa254361
tree693b3b0e5cf6f77325f024c363fead893aafe924
parent162852d1b5512873c04e9ccf616e1fa13470e4eb
gtestutils: Allow clean simple use of g_test_trap_subprocess()

Allow g_test_trap_subprocess() to be used in a simple cases by
rerunning the same test case itself. This is accomplished by
passing %NULL as the test case name.

https://bugzilla.gnome.org/show_bug.cgi?id=720236
glib/gtestutils.c
glib/tests/list.c