[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: checking more scripts
From: |
Pavel Roskin |
Subject: |
FYI: checking more scripts |
Date: |
Thu, 9 Nov 2000 14:12:12 -0500 (EST) |
Hello!
"autoreconf" was checked twice in tests/tools.at. On the other hand, it
would be nice to spend few milliseconds on testing "install-sh",
"mkinstalldirs" and "missing", even though the later two are not "ours".
ChangeLog:
* tests/tools.at (Syntax of the scripts): Check "autoreconf"
only once. Check "install-sh", "mkinstalldirs" and "missing".
____________________________
--- tests/tools.at Thu Nov 9 13:59:52 2000
+++ tests/tools.at Thu Nov 9 14:02:49 2000
@@ -60,8 +60,10 @@
AT_CHECK([/bin/sh -n ../autoconf], 0)
AT_CHECK([/bin/sh -n ../autoreconf], 0)
AT_CHECK([/bin/sh -n ../autoupdate], 0)
- AT_CHECK([/bin/sh -n ../autoreconf], 0)
AT_CHECK([/bin/sh -n ../ifnames], 0)
+ AT_CHECK([/bin/sh -n ../install-sh], 0)
+ AT_CHECK([/bin/sh -n ../mkinstalldirs], 0)
+ AT_CHECK([/bin/sh -n ../missing], 0)
fi
AT_CLEANUP
____________________________
Regards,
Pavel Roskin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: checking more scripts,
Pavel Roskin <=