aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dca2d38..0bbc813 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,10 @@ else
pytest: all
@echo "=== Running python tests ==="
+ifeq ($(PYTESTCMD), /bin/true -rP --quiet)
+ @echo "No pytest-3 found in system. Try 'apt-get install python3-pytest' or 'which pytest-3'"
+ @echo "0 Python tests run"
+endif
$(PYTEST)
pytest-valgrind: all