diff --git a/Makefile b/Makefile index e56f81a4c..311541fdf 100644 --- a/Makefile +++ b/Makefile @@ -405,7 +405,7 @@ else endif endif -pytest: $(ALL_PROGRAMS) +pytest: $(ALL_PROGRAMS) $(ALL_TEST_PROGRAMS) ifeq ($(PYTEST),) @echo "py.test is required to run the integration tests, please install using 'pip3 install -r requirements.txt', and rerun 'configure'." exit 1