[gobject-introspection] tests: Be compatible with both Automake 1.12 and 1.13



commit 81c65f22e124c7aa53686519776714c8fdbf8bc2
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 19 11:53:18 2013 -0500

    tests: Be compatible with both Automake 1.12 and 1.13
    
    Revert to using the serial test driver, as that's the easiest path for
    now, unless we generated a binary to run each warn test.
    
    https://bugzilla.gnome.org/693539

 configure.ac           |    2 +-
 tests/warn/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 83e86ae..5adffdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability serial-tests])
 AM_MAINTAINER_MODE([enable])
 
 AM_SILENT_RULES([yes])
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am
index 8070230..c435422 100644
--- a/tests/warn/Makefile.am
+++ b/tests/warn/Makefile.am
@@ -19,5 +19,4 @@ TESTS = \
 
 EXTRA_DIST = warningtester.py common.h $(TESTS)
 
-TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_srcdir) TOP_BUILDDIR=$(top_builddir) 
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir)
-LOG_COMPILER =  $(PYTHON) $(srcdir)/warningtester.py
+TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_srcdir) TOP_BUILDDIR=$(top_builddir) 
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) $(PYTHON) $(srcdir)/warningtester.py


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]