Add parsers.py tests to the "make tests" command in the Makefile.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-04-17 00:16:59 +00:00
parent 56131179c6
commit f76fa59827
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 basic genkey sign
python gnupg/tests/test_gnupg.py parsers basic genkey sign
install:
python setup.py install --record installed-files.txt