[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: HEAD: testsuite nits
From: |
Ralf Wildenhues |
Subject: |
FYI: HEAD: testsuite nits |
Date: |
Tue, 24 Apr 2007 22:50:11 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
AT_CAPTURE_FILE wasn't in Autoconf-2.59. For simplicity let's just
avoid it when that is used. Also, the shlibpath test is a libtool test.
Committed as obvious.
Cheers,
Ralf
* tests/cmdline_wrap.at: Avoid `AT_CAPTURE_FILE' if it not
defined (Autoconf < 2.60).
* tests/shlibpath.at: Add `libtool' keyword.
Index: tests/cmdline_wrap.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/cmdline_wrap.at,v
retrieving revision 1.3
diff -u -r1.3 cmdline_wrap.at
--- tests/cmdline_wrap.at 25 Mar 2007 12:12:43 -0000 1.3
+++ tests/cmdline_wrap.at 24 Apr 2007 16:14:07 -0000
@@ -27,7 +27,8 @@
AT_SETUP([Run tests with low max_cmd_len])
AT_KEYWORDS([recursive])
-AT_CAPTURE_FILE([testsuite.log])
+m4_ifdef([AT_CAPTURE_FILE],
+[AT_CAPTURE_FILE([testsuite.log])])
sed 's,max_cmd_len=.*,max_cmd_len="24",' < $LIBTOOL > libtool
chmod +x libtool
Index: tests/shlibpath.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/shlibpath.at,v
retrieving revision 1.3
diff -u -r1.3 shlibpath.at
--- tests/shlibpath.at 25 Mar 2007 12:12:43 -0000 1.3
+++ tests/shlibpath.at 24 Apr 2007 16:14:07 -0000
@@ -23,6 +23,7 @@
####
AT_SETUP([shlibpath_overrides_runpath])
+AT_KEYWORDS([libtool])
mkdir sub sub/lib sub/bin
echo 'int a () { return 0; }' > a.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: HEAD: testsuite nits,
Ralf Wildenhues <=