summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/gpgme/Makefile.am5
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