add make install and make test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 May 2019 12:46:07 +0000 (13:46 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 May 2019 12:46:07 +0000 (13:46 +0100)
Makefile

index 0a291687b3449c646680206cecd532c4b2bc63c3..185a0d223124d60253041a59d1f53835adc84df3 100644 (file)
--- 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...