summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-09 12:18:02 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-09 12:18:02 +0100
commit430175f3c905f616bb3c81cbb688fef41ce8a69b (patch)
treedfdeb34d67b0081e8411f5b8bd093b82c4f9fb59 /tests
parented295e83c2cec42a878a2688b361d6458c07c447 (diff)
downloadgstreamer-plugins-bad-430175f3c905f616bb3c81cbb688fef41ce8a69b.tar.gz
audiomixer: Add test for the ORC code
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c1775009a..598032df3 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -125,7 +125,7 @@ check_mimic=
endif
if HAVE_ORC
-check_orc = orc/bayer
+check_orc = orc/bayer orc/audiomixer
else
check_orc =
endif
@@ -391,6 +391,14 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc
$(MKDIR_P) orc
$(ORCC) --test -o $@ $<
+orc_audiomixer_CFLAGS = $(ORC_CFLAGS)
+orc_audiomixer_LDADD = $(ORC_LIBS) -lorc-test-0.4
+
+orc/audiomixer.c: $(top_srcdir)/gst/audiomixer/gstaudiomixerorc.orc
+ $(MKDIR_P) orc
+ $(ORCC) --test -o $@ $<
+
+
distclean-local-orc:
rm -rf orc