aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cms/Makefile.am
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-12-01 08:09:45 +0000
committerNIIBE Yutaka <[email protected]>2022-12-01 08:09:45 +0000
commit594c3274d669ddebd145bef33013a66d3e03e27d (patch)
treeea6718b4b2a3a7b8b23b0769f38a2794317f5ab4 /tests/cms/Makefile.am
parenttests: Support semihosted environment. (diff)
downloadgnupg-594c3274d669ddebd145bef33013a66d3e03e27d.tar.gz
gnupg-594c3274d669ddebd145bef33013a66d3e03e27d.zip
tests: More fix for semihosted environment.
* common/all-tests.scm: Conditionalize by *win32*. * tests/cms/Makefile.am (GPGSM): Add missing GPGSM. * tests/pkits/Makefile.am (TESTS_ENVIRONMENT): Add EXEEXT. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tests/cms/Makefile.am')
-rw-r--r--tests/cms/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cms/Makefile.am b/tests/cms/Makefile.am
index 44bd1ceab..60fdf0281 100644
--- a/tests/cms/Makefile.am
+++ b/tests/cms/Makefile.am
@@ -28,6 +28,8 @@ include $(top_srcdir)/am/cmacros.am
AM_CFLAGS =
+GPGSM = ../../sm/gpgsm
+
# Note that we need to use /bin/pwd so that we don't get into trouble
# if the shell used for inittests would uses an internal version of
# pwd which handles symlinks differently.