From bd185644c1bbf512548eaa52ef369d84b1421c24 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 22:42:51 +0100 Subject: [PATCH] Add a fast-test target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b4e068d..4744319 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,10 @@ test: fi; \ done +fast-test: + python3 setup.py build_ext -i + python3 -m pytest tests -v + coverage: $(MAKE) clean $(MAKE) test CFLAGS="-coverage" -- 2.39.5