diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-28 22:23:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-28 22:23:59 +0300 |
commit | e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8 (patch) | |
tree | a9d5f7ed026251c9856251923341d701d891ed84 | |
parent | 4cbd754d74e4dbaf463b47033a3a6f0c50a1e376 (diff) | |
download | egawk-e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8.tar.gz egawk-e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8.tar.bz2 egawk-e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8.zip |
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.
-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) |