summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82696cb..4b684bf 100644
--- a/Makefile
+++ b/Makefile
@@ -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