check: Add tcase_skip_broken_loop_test
authorStian Selnes <stian@pexip.com>
Thu, 4 Feb 2016 14:16:41 +0000 (15:16 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Feb 2016 11:14:33 +0000 (11:14 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=761917

libs/gst/check/gstcheck.h

index 3c1b0ff..c14a7d8 100644 (file)
@@ -621,6 +621,9 @@ G_STMT_START {                                                  \
   } \
 } G_STMT_END
 
+#define tcase_skip_broken_loop_test(chain,test_func,a,b)        \
+  tcase_skip_broken_test (chain, test_func)
+
 G_END_DECLS
 
 #endif /* __GST_CHECK_H__ */