tests/check/Makefile.am: Only run mpeg2enc unit test if we built the mpeg2enc plugin.

Original commit message from CVS:
* tests/check/Makefile.am:
Only run mpeg2enc unit test if we built the mpeg2enc plugin.
This commit is contained in:
Tim-Philipp Müller 2006-07-13 12:42:29 +00:00
parent 071967eadd
commit 9d2c04267d
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-07-13 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/Makefile.am:
Only run mpeg2enc unit test if we built the mpeg2enc plugin.
2006-07-13 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

View file

@ -26,10 +26,16 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
clean-local: clean-local-check
if USE_MPEG2ENC
check_mpeg2enc = elements/mpeg2enc
else
check_mpeg2enc =
endif
check_PROGRAMS = \
elements/gdppay \
elements/gdpdepay \
elements/mpeg2enc
$(check_mpeg2enc)
TESTS = $(check_PROGRAMS)