X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=32f445b273b65ae91444900d2891be006af01913;hb=534aad631f291a588ac273185f318a6ce1df5afc;hp=185a0d223124d60253041a59d1f53835adc84df3;hpb=75f07eb9ef019356dfb7118482e8cab33d073678;p=soc.git diff --git a/Makefile b/Makefile index 185a0d22..32f445b2 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ gitupdate: install: python3 setup.py develop # yes, develop, not install + python3 src/soc/decoder/pseudo/pywriter.py -test: +test: install python3 setup.py test # could just run nosetest3...