[cowdancer] 01/02: Makefile.am: Use TESTS_ENVIRONMENT, since jessie's automake uses serial test harness

James Clarke jrtc27 at moszumanska.debian.org
Mon Jan 30 17:44:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrtc27 pushed a commit to annotated tag debian/0.84_bpo8+1
in repository cowdancer.

commit ec28e690141a5c07ff6d7a52c430b818ece892b1
Author: James Clarke <jrtc27 at debian.org>
Date:   Mon Jan 30 16:55:55 2017 +0000

    Makefile.am: Use TESTS_ENVIRONMENT, since jessie's automake uses serial test harness
---
 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b8dae51..a76d844 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,7 +94,7 @@ tests_015_test_ilistdelete_LDFLAGS = $(AM_LDFLAGS) -pthread
 tests_016_memleakcheck_CFLAGS = $(AM_CFLAGS) -g
 tests_018_testcxx_SOURCES = tests/018_testcxx.cc
 
-AM_TESTS_ENVIRONMENT = COWDANCER_SO=$(abs_builddir)/@objdir@/libcowdancer.so; \
-                       export COWDANCER_SO; \
-                       PATH="$(abs_builddir):$(abs_builddir)/@objdir@:$(abs_srcdir)/tests:$$PATH"; \
-                       export PATH;
+TESTS_ENVIRONMENT = COWDANCER_SO=$(abs_builddir)/@objdir@/libcowdancer.so; \
+                    export COWDANCER_SO; \
+                    PATH="$(abs_builddir):$(abs_builddir)/@objdir@:$(abs_srcdir)/tests:$$PATH"; \
+                    export PATH;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list