diff options
Diffstat (limited to 'lang/python/tests')
| -rw-r--r-- | lang/python/tests/Makefile.am | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 9c19a13e..b62b5247 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -71,7 +71,7 @@ check: xcheck  .PHONY: xcheck -xcheck: ./pubring-stamp +xcheck:  	$(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \  	  --interpreters="$(PYTHONS)" --srcdir=$(srcdir) $(TESTFLAGS) \  	  $(XTESTS) @@ -93,6 +93,9 @@ clean-local:  	-rm -fR -- private-keys-v1.d openpgp-revocs.d S.gpg-agent sshcontrol +BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \ +           private-keys-v1.d/gpg-sample.stamp +  ./private-keys-v1.d/gpg-sample.stamp: $(private_keys)  	$(MKDIR_P) ./private-keys-v1.d  	for k in $(private_keys); do \  | 
