From e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 28 Apr 2013 22:23:59 +0300 Subject: 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. --- pc/ChangeLog | 3 +++ pc/Makefile.tst | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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) -- cgit v1.2.3