diff options
Diffstat (limited to 'tests/gpgme/Makefile.am')
-rw-r--r-- | tests/gpgme/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am index ca7be13df..ae98db4a0 100644 --- a/tests/gpgme/Makefile.am +++ b/tests/gpgme/Makefile.am @@ -47,8 +47,7 @@ check: xcheck .PHONY: xcheck xcheck: - @$(MKDIR_P) setup.scm/tests \ - tests/gpg lang/qt/tests lang/python/tests + @$(MKDIR_P) tests/gpg lang/qt/tests lang/python/tests $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm$(EXEEXT) \ $(abs_srcdir)/run-tests.scm $(TESTFLAGS) $(TESTS) @@ -61,4 +60,4 @@ CLEANFILES = *.log report.xml all-local: $(required_pgms) clean-local: - -rm -rf setup.scm/tests tests/gpg lang/qt/tests lang/python/tests + -rm -rf tests lang |