diff options
author | NIIBE Yutaka <[email protected]> | 2022-12-01 08:09:45 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-12-01 08:09:45 +0000 |
commit | 594c3274d669ddebd145bef33013a66d3e03e27d (patch) | |
tree | ea6718b4b2a3a7b8b23b0769f38a2794317f5ab4 /tests/cms/Makefile.am | |
parent | tests: Support semihosted environment. (diff) | |
download | gnupg-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.am | 2 |
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. |