]> granicus.if.org Git - pdns/commitdiff
Make parallel test harness work with automake-1.11
authorThomas D <whissi@whissi.de>
Sat, 14 Feb 2015 13:23:25 +0000 (14:23 +0100)
committerThomas D <whissi@whissi.de>
Tue, 17 Feb 2015 09:31:03 +0000 (10:31 +0100)
configure.ac
modules/remotebackend/Makefile.am

index cde58a67d7ac82dcb8d0d7e6e2ee39157f4b229a..7de39f7d24f39a891073801d0e211aef19cdab66 100644 (file)
@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects 1.11])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects parallel-tests 1.11])
 AM_SILENT_RULES([yes])
 
 AC_CANONICAL_HOST
index 4aa0a548bb1682976c4c92c7292c5f1613cab486..34f046847150ff8566cc0a32d011d4e228e5aecf 100644 (file)
@@ -53,7 +53,7 @@ libremotebackend_la_LIBADD += $(LIBZMQ_LIBS)
 endif
 
 if UNIT_TESTS
-AM_TESTS_ENVIRONMENT = \
+TESTS_ENVIRONMENT = \
        BOOST_TEST_LOG_LEVEL=message; \
        export BOOST_TEST_LOG_LEVEL; \
        REMOTEBACKEND_ZEROMQ=$(REMOTEBACKEND_ZEROMQ); \