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
parent
04a79a2802
commit
58300c3149
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue