test-capture: initialize clock on startup

This commit is contained in:
Christian Hergert
2016-10-08 20:28:56 -07:00
parent 62189670af
commit b91deb26a9

View File

@ -538,6 +538,7 @@ int
main (int argc,
char *argv[])
{
sp_clock_init ();
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/SpCapture/ReaderWriter", test_reader_basic);
g_test_add_func ("/SpCapture/Writer/splice", test_writer_splice);