[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.3-62-g985d14c |
Date: |
Wed, 21 Mar 2012 19:39:40 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=985d14cd47baa1ae763ad09d3b37f589df52befc
The branch, branch-1.11 has been updated
via 985d14cd47baa1ae763ad09d3b37f589df52befc (commit)
via abf40ce23d53ae93e995d3b85398ec11d8d59706 (commit)
from 2d0af4a3b3a1e89bd53ec2c8ea3cd0fc05ae19fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 985d14cd47baa1ae763ad09d3b37f589df52befc
Merge: 2d0af4a abf40ce
Author: Stefano Lattarini <address@hidden>
Date: Wed Mar 21 20:33:00 2012 +0100
Merge branch 'maint' into branch-1.11
* maint:
maint: move definition of XFAIL_TESTS near TESTS
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 17 -----------------
tests/list-of-tests.mk | 17 +++++++++++++++++
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b2a8e05..e8feaa3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,23 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-XFAIL_TESTS = \
-all.test \
-auxdir2.test \
-cond17.test \
-dist-auxfile.test \
-dist-auxfile-2.test \
-dist-pr109765.test \
-gcj6.test \
-instdir-cond2.test \
-java-nobase.test \
-objext-pr10128.test \
-pr8365-remake-timing.test \
-lex-subobj-nodep.test \
-remake-am-pr10111.test \
-remake-m4-pr10111.test \
-txinfo5.test
-
include $(srcdir)/parallel-tests.am
$(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
diff --git a/tests/list-of-tests.mk b/tests/list-of-tests.mk
index 3280833..58f1e82 100644
--- a/tests/list-of-tests.mk
+++ b/tests/list-of-tests.mk
@@ -17,6 +17,23 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
+XFAIL_TESTS = \
+all.test \
+auxdir2.test \
+cond17.test \
+dist-auxfile.test \
+dist-auxfile-2.test \
+dist-pr109765.test \
+gcj6.test \
+instdir-cond2.test \
+java-nobase.test \
+objext-pr10128.test \
+pr8365-remake-timing.test \
+lex-subobj-nodep.test \
+remake-am-pr10111.test \
+remake-m4-pr10111.test \
+txinfo5.test
+
perl_TESTS = \
pm/Condition.pl \
pm/Condition-t.pl \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.3-62-g985d14c,
Stefano Lattarini <=