aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-04-06 02:28:00 +0000
committerNIIBE Yutaka <[email protected]>2022-04-06 02:28:00 +0000
commit39d478f5ba5d74cdd1d2e40311ff120c932bac37 (patch)
treef5ad2b34666e29f226222c2eaf0de7749a86994c /tests
parentagent:w32: Fix for use of socket. (diff)
downloadgnupg-39d478f5ba5d74cdd1d2e40311ff120c932bac37.tar.gz
gnupg-39d478f5ba5d74cdd1d2e40311ff120c932bac37.zip
w32: Fix for make check.
* common/Makefile.am (module_tests): Exclude t-exechelp and t-exectool. * common/t-stringhelp.c (mygetcwd): Convert '\' to '/'. * tests/cms/Makefile.am: Add $(EXEEXT). * tests/gpgme/Makefile.am: Likewise. * tests/migrations/Makefile.am: Likewise. * tests/openpgp/Makefile.am: Likewise. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/cms/Makefile.am2
-rw-r--r--tests/gpgme/Makefile.am2
-rw-r--r--tests/migrations/Makefile.am2
-rw-r--r--tests/openpgp/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/cms/Makefile.am b/tests/cms/Makefile.am
index 8e8c2e000..24ce985a5 100644
--- a/tests/cms/Makefile.am
+++ b/tests/cms/Makefile.am
@@ -61,7 +61,7 @@ check: xcheck
.PHONY: xcheck
xcheck:
- $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm \
+ $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \
$(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS)
KEYS = 32100C27173EF6E9C4E9A25D3D69F86D37A4F939
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am
index fc1cfc328..489ecea09 100644
--- a/tests/gpgme/Makefile.am
+++ b/tests/gpgme/Makefile.am
@@ -46,7 +46,7 @@ check: xcheck
.PHONY: xcheck
xcheck:
- $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm \
+ $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \
$(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS)
EXTRA_DIST = gpgme-defs.scm run-tests.scm setup.scm wrap.scm all-tests.scm
diff --git a/tests/migrations/Makefile.am b/tests/migrations/Makefile.am
index f38d26e19..90aab3a51 100644
--- a/tests/migrations/Makefile.am
+++ b/tests/migrations/Makefile.am
@@ -54,7 +54,7 @@ check: xcheck
.PHONY: xcheck
xcheck:
- $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm \
+ $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \
$(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS)
EXTRA_DIST = common.scm run-tests.scm setup.scm all-tests.scm \
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 3d0cc9db9..be3e350fc 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -114,7 +114,7 @@ check: xcheck
.PHONY: xcheck
xcheck:
- $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm \
+ $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \
$(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS)
TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \