From: Luke Kenneth Casson Leighton Date: Thu, 2 May 2019 12:46:07 +0000 (+0100) Subject: add make install and make test X-Git-Tag: ls180-24jan2020~1088 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35f72afeebccc03a7b2e61f03d1d9ea44409da72;p=ieee754fpu.git add make install and make test --- diff --git a/Makefile b/Makefile index 0a291687..185a0d22 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ gitupdate: git submodule init git submodule update --recursive + +install: + python3 setup.py develop # yes, develop, not install + +test: + python3 setup.py test # could just run nosetest3...