From b5636eba53be446a888a1b6b5f5e0afb894717a8 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 29 Oct 2018 16:19:42 -0400 Subject: fix test and add to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2