Add listkeys tests to Makefile command.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-04-17 22:38:07 +00:00
parent debe70723b
commit b183f6984a
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ clean:
rm -f ./*.pyo
cleantest: clean
mkdir -p gnupg/tests/keys
mkdir -p gnupg/tests/tmp_test
touch gnupg/tests/placeholder.log
rm -rf gnupg/tests/keys
rm -rf gnupg/tests/tmp_test
rm gnupg/tests/*.log
test: cleantest
python gnupg/tests/test_gnupg.py parsers basic genkey sign
python gnupg/tests/test_gnupg.py parsers basic genkey sign listkeys
install:
python setup.py install --record installed-files.txt