mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
for better or worse, make distcheck now passes again
Original commit message from CVS: for better or worse, make distcheck now passes again
This commit is contained in:
parent
3d8e68cf98
commit
42810b4db3
4 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,7 @@ then
|
|||
fi
|
||||
. common/gst-autogen.sh
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir'
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-failing-tests'
|
||||
|
||||
autogen_options $@
|
||||
|
||||
|
|
|
@ -250,10 +250,12 @@ AC_HELP_STRING([--disable-failing-tests],[disable building tests known to fail])
|
|||
no) BUILD_FAILING_TESTS=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --disable-failing-tests) ;;
|
||||
esac],
|
||||
[BUILD_FAILING_TESTS=yes]) dnl Default value
|
||||
[BUILD_FAILING_TESTS=no]) dnl Default value
|
||||
AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
|
||||
if test x$BUILD_FAILING_TESTS = xyes; then
|
||||
AC_MSG_WARN([building tests known to fail, use --disable-failing-tests to disable])
|
||||
else
|
||||
AC_MSG_WARN([Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA.])
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(examples,
|
||||
|
|
|
@ -20,6 +20,9 @@ check_PROGRAMS = $(testprogs)
|
|||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
# we makes them, we gots to clean them
|
||||
CLEANFILES = test-registry.xml elementstest-registry.xml
|
||||
|
||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
||||
plugin refcounting threads
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@ check_PROGRAMS = $(testprogs)
|
|||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
# we makes them, we gots to clean them
|
||||
CLEANFILES = test-registry.xml elementstest-registry.xml
|
||||
|
||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
||||
plugin refcounting threads
|
||||
|
||||
|
|
Loading…
Reference in a new issue