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>
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)" \
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.