]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
build: Revert "Disable test scripts on windows"
authorDaiki Ueno <ueno@gnu.org>
Sun, 29 May 2022 01:54:48 +0000 (10:54 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 29 May 2022 01:58:36 +0000 (10:58 +0900)
This reverts commit d2b99e3b3429e9b9a6fbff46598fd4c6a0910f65.

It turned out that the test failures under mingw were caused by a
regression in wine 7.5, possibly:
https://bugs.winehq.org/show_bug.cgi?id=52743

Now that the latest wine package based on wine 7.9 has no issues with
running those test scripts, this enables them again in the build
process.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
tests/Makefile.am
tests/cert-tests/Makefile.am

index 2f09cb8a801d00a7b9eb77957bd6bd9188b81dd9..4deeb6462b647b8f0b4e0653513eb341cc2ce01b 100644 (file)
@@ -594,12 +594,7 @@ noinst_PROGRAMS = datefudge-check
 endif
 
 check_PROGRAMS = $(cpptests) $(ctests) $(indirect_tests)
-TESTS = $(cpptests) $(ctests)
-
-# Temporary solution, avoid script execution on windows
-if !WINDOWS
-TESTS += $(dist_check_SCRIPTS)
-endif
+TESTS = $(cpptests) $(ctests) $(dist_check_SCRIPTS)
 
 TESTS_ENVIRONMENT +=                                           \
        CC="$(CC)"                                              \
index 300d981d12ba013dca19946ebc7144c745422a38..3df478449a81a9bf0d0d172a4158a5b957e59325 100644 (file)
@@ -146,10 +146,7 @@ endif
 
 dist_check_SCRIPTS += certtool-rsa-pss.sh certtool-eddsa.sh
 
-# temporary solution, avoid script execution on windows
-if !WINDOWS
 TESTS = $(dist_check_SCRIPTS)
-endif
 
 # Set detect_leaks=0 to ASAN. It seems it is detecting many leaks in tools
 # which are not trivial, and makes no point to address.