tests: Make sure tests can be listed

Initializing GstCheck before creating the testsuite
This commit is contained in:
Thibault Saunier 2016-12-12 16:59:08 -03:00
parent e8d9f9226a
commit 9dd859403d

View file

@ -286,10 +286,12 @@ main (int argc, char **argv)
{
int nf;
Suite *s = ges_suite ();
Suite *s;
gst_check_init (&argc, &argv);
s = ges_suite ();
av_uri = ges_test_get_audio_video_uri ();
image_uri = ges_test_get_image_uri ();