This is a temporary solution to avoid failures
of test scripts when ran on windows
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
endif
check_PROGRAMS = $(cpptests) $(ctests) $(indirect_tests)
-TESTS = $(cpptests) $(ctests) $(dist_check_SCRIPTS)
+TESTS = $(cpptests) $(ctests)
+
+# Temporary solution, avoid script execution on windows
+if !WINDOWS
+TESTS += $(dist_check_SCRIPTS)
+endif
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.