Tamarin/Makefile

4 行
70 B
Makefile

.PHONY: test
test:
python3 -m unittest discover "./test" "*_test.py"