summaryrefslogtreecommitdiffstats
path: root/tests/json/Makefile.am
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2026-05-14 10:39:56 +0200
committerNIIBE Yutaka <[email protected]>2026-05-14 10:39:56 +0200
commit1291cfe1c14ea2b015a8cec7b4b60d1e234b49d8 (patch)
treeac39e2129061b93b8d11f68dd57dd478721a56dd /tests/json/Makefile.am
parentw32: Add cast for assuan_fd_t. (diff)
downloadgpgme-1291cfe1c14ea2b015a8cec7b4b60d1e234b49d8.tar.gz
gpgme-1291cfe1c14ea2b015a8cec7b4b60d1e234b49d8.zip
w32:tests: Fix Makefiles and start-stop-agent for EXEEXT.
* tests/gpg/Makefile.am: Care about EXEEXT. * tests/gpgsm/Makefile.am: Likewise. * tests/json/Makefile.am: Likewise. * tests/start-stop-agent: Use EXEEXT. Handle \r correctly. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tests/json/Makefile.am')
-rw-r--r--tests/json/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am
index 1f17173a..5f34b849 100644
--- a/tests/json/Makefile.am
+++ b/tests/json/Makefile.am
@@ -19,11 +19,11 @@
## Process this file with automake to produce Makefile.in
-GPGME_JSON=$(abs_builddir)/../../src/gpgme-json
-GPG = gpg
+GPGME_JSON=$(abs_builddir)/../../src/gpgme-json$(EXEEXT)
+GPG = gpg$(EXEEXT)
GNUPGHOME=$(abs_builddir)
-TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) LC_ALL=C GPG_AGENT_INFO= \
+TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) GNUPGHOME=$(GNUPGHOME) LC_ALL=C GPG_AGENT_INFO= \
top_srcdir=$(top_srcdir) gpgme_json=$(GPGME_JSON)
c_tests = t-json