diff options
-rw-r--r-- | pc/ChangeLog | 3 | ||||
-rw-r--r-- | pc/Makefile.tst | 5 |
2 files changed, 7 insertions, 1 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> diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 1a657d5d..76b8a86e 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -237,10 +237,13 @@ check: msg \ extend-msg-start gawk-extensions extend-msg-end \ machine-msg-start machine-tests machine-msg-end \ charset-msg-start charset-tests charset-msg-end \ - shlib-msg-start shlib-tests shlib-msg-end \ + shlib-msg-start \ mpfr-msg-start mpfr-tests mpfr-msg-end \ pass-fail +# Removed from 'check': shlib-tests shlib-msg-end +# FIXME: add back when the extensions are built by default. + basic: $(BASIC_TESTS) unix-tests: $(UNIX_TESTS) |