check: Add tcase_skip_broken_loop_test

https://bugzilla.gnome.org/show_bug.cgi?id=761917
This commit is contained in:
Stian Selnes 2016-02-04 15:16:41 +01:00 committed by Tim-Philipp Müller
parent ff7e6a14b0
commit 2450af1034

View 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__ */