From 0de6776cb6eba47450067faff21cfdab7a6f89e7 Mon Sep 17 00:00:00 2001 From: SET Date: Sun, 16 Aug 2020 11:34:40 -0300 Subject: [PATCH] Modified the names of the Makefile test targets. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e61e11b..e2bfeb30 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,12 @@ lint: doc flake8 . --count --statistics rm kiplot.py -test: lint +test_tmp: lint $(PY_COV) erase $(PYTEST) $(PY_COV) report -test_local: lint +test: lint rm -rf output rm -f example.kiplot.yaml $(PY_COV) erase