X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgtestutils.h;h=446d722c7e2e648e6b1b3a7e6249842606332d99;hb=88eaefb9d5f52bedf34a359b21c62f3c2cb95f20;hp=d5796289ca8dedc9a7586190fa688e56f3edf0db;hpb=4e6d25f00501c0b9b3660d62409ea002ad24ca0a;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gtestutils.h b/glib/gtestutils.h index d579628..446d722 100644 --- a/glib/gtestutils.h +++ b/glib/gtestutils.h @@ -129,6 +129,10 @@ void g_test_add_data_func_full (const char *testpath, /* tell about failure */ GLIB_AVAILABLE_IN_2_30 void g_test_fail (void); +GLIB_AVAILABLE_IN_2_38 +void g_test_incomplete (const gchar *msg); +GLIB_AVAILABLE_IN_2_38 +void g_test_skip (const gchar *msg); /* hook up a test with fixture under test path */ #define g_test_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \