From d53738396f45e76c1e486f0f5829196ec5903072 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 13 Jan 2022 10:41:34 +0100 Subject: Tests: skip some compositor tests when WITH_LIBMV=OFF --- tests/python/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/python/CMakeLists.txt') diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 4edacf12e6a..f3136d6c649 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -740,16 +740,18 @@ if(WITH_COMPOSITOR) set(compositor_tests color converter - distort filter input - matte output vector multiple_node_setups ) + if(WITH_LIBMV) + list(APPEND compositor_tests distort matte) + endif() + foreach(comp_test ${compositor_tests}) add_python_test( compositor_${comp_test}_test -- cgit v1.2.3