diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2022-12-16 05:11:14 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2022-12-16 05:11:14 +0100 |
commit | c19ea75f10d6278569619f90977ce7c820e9319d (patch) | |
tree | 6771c7c7a39e13be41161b4b43d4cdab218408ff /tests | |
parent | agent: Allow arguments to "scd serialno" in restricted mode. (diff) | |
download | gnupg2-c19ea75f10d6278569619f90977ce7c820e9319d.tar.xz gnupg2-c19ea75f10d6278569619f90977ce7c820e9319d.zip |
tests: Fix make check with GPGME.
* tests/gpgme/Makefile.am: Create directories for logs.
--
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpgme/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am index fe3d58007..ca7be13df 100644 --- a/tests/gpgme/Makefile.am +++ b/tests/gpgme/Makefile.am @@ -47,6 +47,8 @@ check: xcheck .PHONY: xcheck xcheck: + @$(MKDIR_P) setup.scm/tests \ + tests/gpg lang/qt/tests lang/python/tests $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \ $(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS) @@ -57,3 +59,6 @@ CLEANFILES = *.log report.xml # We need to depend on a couple of programs so that the tests don't # start before all programs are built. all-local: $(required_pgms) + +clean-local: + -rm -rf setup.scm/tests tests/gpg lang/qt/tests lang/python/tests |