added Makefile for testing the assembler
This commit is contained in:
parent
afc80d1668
commit
a049d1963d
3
assembler/Makefile
Normal file
3
assembler/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
.PHONY: test
|
||||
test:
|
||||
python3 -m pytest test/
|
Loading…
Reference in New Issue
Block a user