diff --git a/Makefile b/Makefile index 0a1ec21..5cf7aae 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ configure: configure.ac .venv/bin/python3 -m pip install --upgrade pip .venv/bin/pip install -r requirements-dev.txt -test-reports: test-reports/unit test-reports/static +test-reports: test-reports/unit test-reports/static test-reports/integration test-reports/unit: python3 -m pipenv run -v test-unit