mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
check: add some logging before calling gst_task_cleanup_all()
This commit is contained in:
parent
d465851cb7
commit
7e6966faf6
1 changed files with 4 additions and 2 deletions
|
@ -121,7 +121,8 @@ static void __testname (int __i__)\
|
||||||
GST_DEBUG ("test start"); \
|
GST_DEBUG ("test start"); \
|
||||||
tcase_fn_start (""# __testname, __FILE__, __LINE__);
|
tcase_fn_start (""# __testname, __FILE__, __LINE__);
|
||||||
|
|
||||||
#define GST_END_TEST gst_task_cleanup_all (); \
|
#define GST_END_TEST GST_LOG ("cleaning up tasks"); \
|
||||||
|
gst_task_cleanup_all (); \
|
||||||
END_TEST
|
END_TEST
|
||||||
#else
|
#else
|
||||||
#define GST_START_TEST(__testname) \
|
#define GST_START_TEST(__testname) \
|
||||||
|
@ -130,7 +131,8 @@ static void __testname ()\
|
||||||
GST_DEBUG ("test start"); \
|
GST_DEBUG ("test start"); \
|
||||||
tcase_fn_start (""# __testname, __FILE__, __LINE__);
|
tcase_fn_start (""# __testname, __FILE__, __LINE__);
|
||||||
|
|
||||||
#define GST_END_TEST gst_task_cleanup_all (); \
|
#define GST_END_TEST GST_LOG ("cleaning up tasks"); \
|
||||||
|
gst_task_cleanup_all (); \
|
||||||
END_TEST
|
END_TEST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue