Disable examples amd testsuite as long as they have not been ported
authorThibault Saunier <thibault.saunier@collabora.com>
Sat, 24 Aug 2013 03:08:27 +0000 (23:08 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Sat, 24 Aug 2013 03:15:12 +0000 (23:15 -0400)
Makefile.am
configure.ac

index f7ee4ae..a71f705 100644 (file)
@@ -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 $(top_srcdir)/common/win32.mak
@@ -7,8 +10,9 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
 include $(top_srcdir)/common/release.mak
 
-check-valgrind:
-       cd testsuite/ && make check-valgrind
+# Examples and testsuite need to be ported to 1.0
+# check-valgrind:
+#      cd testsuite/ && make check-valgrind
 
 check-torture:
        @true
index ceab082..a76668e 100644 (file)
@@ -19,7 +19,8 @@ dnl check if this is a release version
 AS_NANO(GST_CVS="no", GST_CVS="yes")
 
 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
 AC_CONFIG_HEADERS([config.h])
@@ -120,12 +121,14 @@ dnl set release date/time
   #["${srcdir}/gst-python.doap"],
   #[$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([
   Makefile
   common/Makefile
   common/m4/Makefile
-  examples/Makefile
-  testsuite/Makefile
   gi/Makefile
   gi/overrides/Makefile
 ])