diff options
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r-- | tests/check/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ba7b0de6..c1663887 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -26,14 +26,7 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check - -if USE_TAGLIB -check_taglib = elements/tagid3v2mux -else -check_taglib = -endif - -check_PROGRAMS = $(check_taglib) +check_PROGRAMS = TESTS = $(check_PROGRAMS) |