[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-3
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-373-g54932fd |
Date: |
Wed, 04 May 2011 20:00:15 +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=54932fd5e6957feb7a29f1e7e2ca68aa3b21ea91
The branch, java-work has been updated
via 54932fd5e6957feb7a29f1e7e2ca68aa3b21ea91 (commit)
from afe776121aab4a44fe8dffcb7c8949c015370f90 (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 54932fd5e6957feb7a29f1e7e2ca68aa3b21ea91
Author: Stefano Lattarini <address@hidden>
Date: Wed May 4 21:56:25 2011 +0200
tests defs: use `skip_' for skipping java-related tests
* tests/defs.in (java, javac): Use `skip_' to signal test
skipping.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/defs.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3b50bf8..8328e05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-04 Stefano Lattarini <address@hidden>
+ tests defs: use `skip_' for skipping java-related tests
+ * tests/defs.in (java, javac): Use `skip_' to signal test
+ skipping.
+
+2011-05-04 Stefano Lattarini <address@hidden>
+
tests defs: allow requirements for compilers (mostly dummy)
Most of the new requirements that are now accepted in `$required'
as consequence of this patch are still dummy. They are planned
diff --git a/tests/defs.in b/tests/defs.in
index f49eb03..1db8464 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -229,12 +229,12 @@ do
# telling that source files are missing. Adding also the `-help'
# option seems to solve the problem.
echo "$me: running javac -version -help"
- javac -version -help || exit 77
+ javac -version -help || skip_ "java compiler not found"
;;
java)
# See the comments above about `javac' for why we use also `-help'.
echo "$me: running java -version -help"
- java -version -help || exit 77
+ java -version -help || skip_ "java interpreter not found"
;;
makedepend)
echo "$me: running makedepend -f-"
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-373-g54932fd,
Stefano Lattarini <=