automake-patches
[Top][All Lists]
Advanced

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

[FYI 1/7] {tap-test-protocols} testsuite: run TAP and "plain" tests with


From: Stefano Lattarini
Subject: [FYI 1/7] {tap-test-protocols} testsuite: run TAP and "plain" tests with the same $(LOG_COMPILER)
Date: Sun, 7 Aug 2011 16:05:32 +0200

With this change, it will be easier to override, at make time, the
shell used to run the tests.

* tests/Makefile.am (LOG_COMPILER): Define to `$(SHELL)'.
(TEST_LOG_COMPILER): Re-define to `$(LOG_COMPILER)'.
(TAP_LOG_COMPILER): Likewise.
---
 ChangeLog         |    9 +++++++++
 tests/Makefile.am |    5 +++--
 tests/Makefile.in |    5 +++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 335537b..d25ec45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-07  Stefano Lattarini  <address@hidden>
+
+       testsuite: run TAP and "plain" tests with the same $(LOG_COMPILER)
+       With this change, it will be easier to override, at make time, the
+       shell used to run the tests.
+       * tests/Makefile.am (LOG_COMPILER): Define to `$(SHELL)'.
+       (TEST_LOG_COMPILER): Re-define to `$(LOG_COMPILER)'.
+       (TAP_LOG_COMPILER): Likewise.
+
 2011-08-06  Stefano Lattarini  <address@hidden>
 
        testsuite: run TAP-based tests explicitly with $(SHELL)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 78f3046..58916cf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,8 +33,9 @@ MAINTAINERCLEANFILES =
 EXTRA_DIST = ChangeLog-old
 
 # Run the tests with the shell detected at configure time.
-TEST_LOG_COMPILER = $(SHELL)
-TAP_LOG_COMPILER = $(SHELL)
+LOG_COMPILER = $(SHELL)
+TEST_LOG_COMPILER = $(LOG_COMPILER)
+TAP_LOG_COMPILER = $(LOG_COMPILER)
 
 XFAIL_TESTS = \
 all.test \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 5994595..ea766f6 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -301,8 +301,9 @@ EXTRA_DIST = ChangeLog-old gen-parallel-tests 
parallel-tests.sh \
        extract-testsuite-summary tap-setup.sh tap-summary-aux.sh
 
 # Run the tests with the shell detected at configure time.
-TEST_LOG_COMPILER = $(SHELL)
-TAP_LOG_COMPILER = $(SHELL)
+LOG_COMPILER = $(SHELL)
+TEST_LOG_COMPILER = $(LOG_COMPILER)
+TAP_LOG_COMPILER = $(LOG_COMPILER)
 XFAIL_TESTS = \
 all.test \
 auxdir2.test \
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]