mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
Disable examples amd testsuite as long as they have not been ported
This commit is contained in:
parent
637fdac676
commit
63c2d4b01a
2 changed files with 13 additions and 6 deletions
10
Makefile.am
10
Makefile.am
|
@ -1,4 +1,7 @@
|
||||||
SUBDIRS = common examples testsuite gi
|
SUBDIRS = common gi
|
||||||
|
|
||||||
|
# Examples and testsuite need to be ported to 1.0
|
||||||
|
#examples testsuite
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
@ -7,8 +10,9 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
||||||
include $(top_srcdir)/common/release.mak
|
include $(top_srcdir)/common/release.mak
|
||||||
|
|
||||||
check-valgrind:
|
# Examples and testsuite need to be ported to 1.0
|
||||||
cd testsuite/ && make check-valgrind
|
# check-valgrind:
|
||||||
|
# cd testsuite/ && make check-valgrind
|
||||||
|
|
||||||
check-torture:
|
check-torture:
|
||||||
@true
|
@true
|
||||||
|
|
|
@ -19,7 +19,8 @@ dnl check if this is a release version
|
||||||
AS_NANO(GST_CVS="no", GST_CVS="yes")
|
AS_NANO(GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
dnl can autoconf find the source ?
|
dnl can autoconf find the source ?
|
||||||
AC_CONFIG_SRCDIR([testsuite/common.py])
|
# FIXME Port testsuite to 1.0
|
||||||
|
# AC_CONFIG_SRCDIR([testsuite/common.py])
|
||||||
|
|
||||||
dnl define the output header for config
|
dnl define the output header for config
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
@ -120,12 +121,14 @@ dnl set release date/time
|
||||||
#["${srcdir}/gst-python.doap"],
|
#["${srcdir}/gst-python.doap"],
|
||||||
#[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
|
#[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
|
||||||
|
|
||||||
|
# Examples and testsuite need to be ported to 1.0
|
||||||
|
# examples/Makefile
|
||||||
|
# testsuite/Makefile
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
common/Makefile
|
common/Makefile
|
||||||
common/m4/Makefile
|
common/m4/Makefile
|
||||||
examples/Makefile
|
|
||||||
testsuite/Makefile
|
|
||||||
gi/Makefile
|
gi/Makefile
|
||||||
gi/overrides/Makefile
|
gi/overrides/Makefile
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue