Skip to content

Commit d8a86f9

Browse files
committed
Add a Makefile with a 'make test' target
1 parent b5b6789 commit d8a86f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: test
2+
3+
test:
4+
python -m unittest discover -v

0 commit comments

Comments
 (0)