Add parsers.py tests to the "make tests" command in the Makefile.
parent
56131179c6
commit
f76fa59827
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ cleantest: clean
|
||||||
rm gnupg/tests/*.log
|
rm gnupg/tests/*.log
|
||||||
|
|
||||||
test: cleantest
|
test: cleantest
|
||||||
python gnupg/tests/test_gnupg.py basic genkey sign
|
python gnupg/tests/test_gnupg.py parsers basic genkey sign
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install --record installed-files.txt
|
python setup.py install --record installed-files.txt
|
||||||
|
|
Loading…
Reference in New Issue