Add Makefile for common testing tasks.

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-03-14 12:47:43 +00:00 committed by Isis Lovecruft
parent b0dda3e0e4
commit 5952d5c09e
1 changed files with 18 additions and 0 deletions

18
Makefile 100644
View File

@ -0,0 +1,18 @@
clean:
rm -f \#*\#
rm -f ./*.pyc
rm -f ./*.pyo
cleantest: clean
mkdir -p keys
touch placeholder.log
rm -rf keys
rm *.log
test: cleantest
python test_gnupg.py
install:
python setup.py install