Tamarin/Makefile

4 lines
70 B
Makefile
Raw Permalink Normal View History

2017-02-16 10:03:38 +01:00
.PHONY: test
2017-02-11 11:51:01 +01:00
test:
2017-02-16 10:03:38 +01:00
python3 -m unittest discover "./test" "*_test.py"