mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
071967eadd
commit
9d2c04267d
2 changed files with 12 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue