From 2450af1034e4e8fbe0a30413c66e4464656a6ee2 Mon Sep 17 00:00:00 2001 From: Stian Selnes Date: Thu, 4 Feb 2016 15:16:41 +0100 Subject: [PATCH] check: Add tcase_skip_broken_loop_test https://bugzilla.gnome.org/show_bug.cgi?id=761917 --- libs/gst/check/gstcheck.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/gst/check/gstcheck.h b/libs/gst/check/gstcheck.h index 3c1b0ff83c..c14a7d8e4d 100644 --- a/libs/gst/check/gstcheck.h +++ b/libs/gst/check/gstcheck.h @@ -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__ */