tests: Fix make check with GPGME.

* tests/gpgme/Makefile.am: Create directories for logs.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-12-16 13:11:14 +09:00
parent f9ea5dc831
commit c19ea75f10
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054
1 changed files with 5 additions and 0 deletions

View File

@ -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