Skip to content
Snippets Groups Projects
Commit 9dd85940 authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

tests: Make sure tests can be listed

Initializing GstCheck before creating the testsuite
parent e8d9f922
No related branches found
No related tags found
No related merge requests found
......@@ -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 ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment