From b029c30aa09ae88b48e777f6444343830695ea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 14 Feb 2010 23:10:06 +0100 Subject: [PATCH] playbin2: Enable playbin2 unit test It now contains a single working unit test and can be enabled. The other more useful unit tests still need fixing. --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 5d68ba6503..ef3f50e1cb 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -100,6 +100,7 @@ check_PROGRAMS = \ elements/gdppay \ elements/multifdsink \ elements/playbin \ + elements/playbin2 \ $(check_subparse) \ elements/videorate \ elements/videoscale \ @@ -131,7 +132,7 @@ VALGRIND_TO_FIX = \ libs/video # these tests don't even pass -noinst_PROGRAMS = $(check_libvisual) elements/playbin2 +noinst_PROGRAMS = $(check_libvisual) AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS) LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)