diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-11-28 13:29:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-12-12 15:11:54 +0000 |
commit | c45650459bcfd2a322ebe85c3fc273912e3ff64b (patch) | |
tree | 500dd96706c306bba2c31f87fe118fbc78489622 | |
parent | 44ab108c635e876937eaf9adeb7741f7d23b4055 (diff) |
tests: don't run orc/* tests under valgrind
They just seem to blow up for some reason that needs investigating.
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d2eb6c547..e5e60ed39 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -239,7 +239,8 @@ check_PROGRAMS = \ # videoconvert takes too long, so disabled for now VALGRIND_TO_FIX = \ elements/videoconvert \ - libs/video + libs/video \ + $(check_orc) # these tests don't even pass noinst_PROGRAMS = $(check_libvisual) |