added Makefile for testing the assembler

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

3
Makefile Normal file
View File

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