Add g_assert_true, g_assert_false and g_assert_null
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 17:53:05 +0000 (12:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 Aug 2013 21:25:57 +0000 (17:25 -0400)
commitb63739e60ea03364a7a06e0c697b5c6c4690d0b6
treedf7a35dd39a673b78dc937ecb3e1a49b69e671ba
parenta32c9c7e9c9500f151ccae602d92f88e43d8df45
Add g_assert_true, g_assert_false and g_assert_null

These are just like g_assert(), but using a different entry
point for the message, so we can repurpose them together
with the other assertion macros.

https://bugzilla.gnome.org/show_bug.cgi?id=692125
glib/gtestutils.c
glib/gtestutils.h