forked from archive/andrewferrier_email2pdf
Add "daily use" test target.
This commit is contained in:
parent
500824bdb4
commit
df7d74efa2
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -15,6 +15,9 @@ builddeb:
|
|||
unittest:
|
||||
python3 -m unittest discover
|
||||
|
||||
unittest_test:
|
||||
python3 -m unittest discover -f -v
|
||||
|
||||
clean:
|
||||
rm -f *.deb
|
||||
rm -f *.log
|
||||
|
|
Loading…
Add table
Reference in a new issue