summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 057ce167..a1f6fd9e 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -15,6 +15,14 @@ CLEANFILES = core.* test-registry.xml
clean-local: clean-local-check
+if USE_ANNODEX
+check_annodex = \
+ elements/cmmldec \
+ elements/cmmlenc
+else
+check_annodex =
+endif
+
if USE_TAGLIB
check_taglib = \
elements/id3v2mux \
@@ -24,11 +32,10 @@ check_taglib =
endif
check_PROGRAMS = \
+ $(check_annodex) \
elements/avimux \
elements/level \
elements/matroskamux \
- elements/cmmldec \
- elements/cmmlenc \
elements/icydemux \
$(check_taglib)