diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,4 +11,7 @@ install: docs: build make -C docs html -.PHONY: build docs clean +test: + python -m unittest discover tests -v + +.PHONY: build docs clean test |
