From 58300c314932c8835d0abb50c411c95a7e0b6b75 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 10 May 2013 09:34:46 +0000 Subject: [PATCH] Enable all tests in the Makefile. * To run tests, it is necessary -- due to the module structure -- to do: $ make uninstall && make install && make test which is recommended to do in a virtualenv, or similar such isolated testing environment. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c078b4..69283ae 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ cleantest: clean rm gnupg/tests/*.log test: cleantest - python gnupg/tests/test_gnupg.py parsers basic genkey sign listkeys + python gnupg/tests/test_gnupg.py parsers basic genkey sign listkeys crypt keyrings import install: python setup.py install --record installed-files.txt