X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=b8f1e055a17c7ba3e02bfbe3ad0683398490b232;hp=6951391a9a24ab7543ab3a3432dccf218f311158;hb=HEAD;hpb=263374b8b55e98a468f13192eeec97adbf48f3d0 diff --git a/Makefile b/Makefile index 6951391..dd12e74 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,9 @@ doc_man: man-stamp man-stamp: grml2usb.8.txt grml2iso.8.txt # grml2usb: asciidoc -d manpage -b docbook grml2usb.8.txt - sed -i 's///' grml2usb.8.xml xsltproc --novalid --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml2usb.8.xml # grml2iso: asciidoc -d manpage -b docbook grml2iso.8.txt - sed -i 's///' grml2iso.8.xml xsltproc --novalid --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml2iso.8.xml # we're done touch man-stamp @@ -44,6 +42,10 @@ codecheck: flake8 grml2usb isort --check-only grml2usb black --check grml2usb + vulture grml2usb test/grml2usb_test.py + +test: + pytest # graph: # sudo pycallgraph grml2usb /grml/isos/grml-small_2008.11.iso /dev/sdb1