From 2ac5d687e18b6d834e72c68e271618d980dc7750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 15 Sep 2022 12:14:56 +0100 Subject: [PATCH] tests: add a few more orc tests Part-of: --- subprojects/gst-plugins-bad/tests/check/meson.build | 3 +++ subprojects/gst-plugins-good/tests/check/meson.build | 9 +-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/subprojects/gst-plugins-bad/tests/check/meson.build b/subprojects/gst-plugins-bad/tests/check/meson.build index 2e78d3ebcc..b817b4506a 100644 --- a/subprojects/gst-plugins-bad/tests/check/meson.build +++ b/subprojects/gst-plugins-bad/tests/check/meson.build @@ -232,6 +232,9 @@ endforeach # orc tests orc_tests = [ ['orc_bayer', files('../../gst/bayer/gstbayerorc.orc')], + ['orc_fieldanalysis', files('../../gst/fieldanalysis/gstfieldanalysisorc.orc')], + ['orc_gaudieffects', files('../../gst/gaudieffects/gstgaudieffectsorc.orc')], + ['orc_scenechange', files('../../gst/videofilters/gstscenechangeorc.orc')], ] orc_test_dep = dependency('', required : false) diff --git a/subprojects/gst-plugins-good/tests/check/meson.build b/subprojects/gst-plugins-good/tests/check/meson.build index 2c42052b51..8a8c9d8e94 100644 --- a/subprojects/gst-plugins-good/tests/check/meson.build +++ b/subprojects/gst-plugins-good/tests/check/meson.build @@ -156,14 +156,6 @@ if host_machine.system() != 'windows' ] endif -foo=''' -if HAVE_ORC -check_orc = orc/deinterlace orc/videomixer orc/videobox -else -check_orc = -endif -''' - test_defines = [ '-UG_DISABLE_ASSERT', '-UG_DISABLE_CAST_CHECKS', @@ -235,6 +227,7 @@ endforeach # orc tests orc_tests = [ + ['orc_audiopanorama', files('../../gst/audiofx/audiopanoramaorc.orc')], ['orc_deinterlace', files('../../gst/deinterlace/tvtime.orc')], ['orc_videomixer', files('../../gst/videomixer/videomixerorc.orc')], ['orc_videobox', files('../../gst/videobox/gstvideoboxorc.orc')],