tests/check/Makefile.am: Do not try to run the check tests for subparse unless it has been built.

Original commit message from CVS:
* tests/check/Makefile.am:
Do not try to run the check tests for subparse unless it has been
built.
This commit is contained in:
Peter Kjellerstedt 2008-06-04 16:06:49 +00:00
parent 4d05d8ab6b
commit ec07ea9905
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-06-04 Peter Kjellerstedt <pkj@axis.com>
* tests/check/Makefile.am:
Do not try to run the check tests for subparse unless it has been
built.
2008-06-04 Peter Kjellerstedt <pkj@axis.com>
* tests/check/pipelines/streamheader.c: (buffer_probe_cb),

View file

@ -74,6 +74,12 @@ else
check_theora =
endif
if USE_PLUGIN_SUBPARSE
check_subparse = elements/subparse
else
check_subparse =
endif
check_PROGRAMS = \
$(check_alsa) \
$(check_gnomevfs) \
@ -93,7 +99,7 @@ check_PROGRAMS = \
elements/gdppay \
elements/multifdsink \
elements/playbin \
elements/subparse \
$(check_subparse) \
elements/videorate \
elements/videotestsrc \
elements/volume \