autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] AS_ME_PREPARE test


From: Paolo Bonzini
Subject: [PATCH] AS_ME_PREPARE test
Date: Mon, 13 Oct 2008 16:21:06 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Here it is.  I'm not using AS_ERROR to avoid dragging in AS_ME_PREPARE
otherwise, but the test fails anyway due to a non-empty stdout (I checked).

Paolo

2008-10-13  Paolo Bonzini  <address@hidden>

        * tests/m4sh.at ($as_me): New test.

diff --git a/tests/m4sh.at b/tests/m4sh.at
index 1692098..269f7b8 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -343,6 +343,27 @@ AT_CLEANUP



+## -------- ##
+## $as_me.  ##
+## -------- ##
+
+AT_SETUP([$as_me])
+AT_KEYWORDS([m4sh])
+
+AT_DATA_M4SH([script.as],
+[[AS_INIT
+AS_ME_PREPARE
+test "$as_me" = script || AS_ECHO([["incorrect \$as_me: $as_me"]])
+]])
+
+AT_CHECK_M4SH
+AT_CHECK([./script])
+
+AT_CLEANUP
+
+
+
+
 ## ----------------------------- ##
 ## Negated classes in globbing.  ##
 ## ----------------------------- ##





reply via email to

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