4 lines
73 B
Makefile
4 lines
73 B
Makefile
test:
|
|
PYTHONPATH=lib python3 -m unittest discover -s test
|
|
|
|
.PHONY: test
|