added Makefile for testing the assembler

This commit is contained in:
Daniel Knüttel 2018-10-27 16:54:04 +02:00
parent afc80d1668
commit a049d1963d
1 changed files with 3 additions and 0 deletions

3
assembler/Makefile Normal file
View File

@ -0,0 +1,3 @@
.PHONY: test
test:
python3 -m pytest test/