From 181c032e2f3542fabd478464dc1254320f9aeb6f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 9 Apr 2010 09:14:02 -0300 Subject: [PATCH] tests: camerabin: enable camerabin tests Re-enabling camerabin tests, they are passing. --- tests/check/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index f40ec659db..4404754cb0 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -108,8 +108,7 @@ VALGRIND_TESTS_DISABLE = \ # changes to fix this are needed in the camerabin test) # neon: too flaky (almost always fails 'the first time') noinst_PROGRAMS = \ - $(check_neon) \ - elements/camerabin + $(check_neon) check_PROGRAMS = \ generic/states \ @@ -125,6 +124,7 @@ check_PROGRAMS = \ elements/amrparse \ elements/autoconvert \ elements/asfmux \ + elements/camerabin \ elements/capssetter \ elements/dataurisrc \ elements/imagefreeze \