summaryrefslogtreecommitdiff
path: root/tests/warn
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-02-19 11:53:18 -0500
committerColin Walters <walters@verbum.org>2013-02-19 11:53:18 -0500
commit81c65f22e124c7aa53686519776714c8fdbf8bc2 (patch)
treee71456b2e87d1b5482572cbe0192a20df459618d /tests/warn
parentdd81e51bd155a7fd8ee0150b4ecb33d16f54ad91 (diff)
downloadgobject-introspection-81c65f22e124c7aa53686519776714c8fdbf8bc2.tar.gz
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
Diffstat (limited to 'tests/warn')
-rw-r--r--tests/warn/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am
index 80702300..c4354223 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