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.
testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-10 09:34:46 +00:00
parent 04a79a2802
commit 58300c3149
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

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