From 8b6706b683f2539b83017108034251ce18a53d90 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 6 Feb 2018 16:29:11 -0500 Subject: [PATCH] meson: Enable libs_video unit test It does not timeout anymore, even though it's a very slow test. For the context, this test runs routines for a fixes amount of time and prints the throughput. Which means the test takes more time everytime a pixel format is added. If that becomes a problem again, we should disable the benchmarks by default. --- tests/check/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index ec459284fb..2652d25d75 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -23,7 +23,7 @@ base_tests = [ [ 'libs/rtspconnection.c' ], [ 'libs/sdp.c' ], [ 'libs/tag.c' ], - # [ 'libs/video' ], # FIXME: times out, perhaps split or spawn conversions into benchmark tool and/or multiple threads + [ 'libs/video.c' ], [ 'libs/videoencoder.c' ], [ 'libs/videotimecode.c' ], [ 'libs/xmpwriter.c' ],