summaryrefslogtreecommitdiff
path: root/pc/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-04-28 22:23:59 +0300
committerEli Zaretskii <eliz@gnu.org>2013-04-28 22:23:59 +0300
commite88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8 (patch)
treea9d5f7ed026251c9856251923341d701d891ed84 /pc/ChangeLog
parent4cbd754d74e4dbaf463b47033a3a6f0c50a1e376 (diff)
downloadgawk-e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8.tar.gz
Fix the pc/ test suite.
pc/Makefile.tst (check): Remove the shlib tests from 'check', so that they are not run by default, because the extensions are not yet built automatically.
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r--pc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 9f6cf619..788002e5 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -6,6 +6,9 @@
prevent MSYS Bash mistaking this for an absolute file name that
needs to be converted to the Windows D:/foo/bar form, which fails
the test.
+ (check): Remove the shlib tests from 'check', so that they are not
+ run by default, because the extensions are not yet built
+ automatically.
2013-04-22 Scott Deifik <scottd.mail@sbcglobal.net>