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-11-28 13:29:37 +0000 |
commit | 4bddc9276b33c8c805e60adc055ee93c25bb3a07 (patch) | |
tree | 6a51ee0faac0313b624905c56bfaf6d664085566 | |
parent | 19d2a5255ca79cb264c7f46deff7e18c768b53ce (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 625bb229b..9ffe07c7a 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -242,7 +242,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) |