mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
check: Add tcase_skip_broken_loop_test
https://bugzilla.gnome.org/show_bug.cgi?id=761917
This commit is contained in:
parent
ff7e6a14b0
commit
2450af1034
1 changed files with 3 additions and 0 deletions
|
@ -621,6 +621,9 @@ G_STMT_START { \
|
||||||
} \
|
} \
|
||||||
} G_STMT_END
|
} G_STMT_END
|
||||||
|
|
||||||
|
#define tcase_skip_broken_loop_test(chain,test_func,a,b) \
|
||||||
|
tcase_skip_broken_test (chain, test_func)
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_CHECK_H__ */
|
#endif /* __GST_CHECK_H__ */
|
||||||
|
|
Loading…
Reference in a new issue