build: Add test target as dependency of all target in Makefile

This commit is contained in:
2024-09-18 09:59:45 +02:00
parent e8d7860dd2
commit 88d5fc4e98

View File

@@ -16,7 +16,7 @@ endif
SYSTEM_PYTHON = python3 SYSTEM_PYTHON = python3
PYTHON = $(or $(wildcard $(VENV_PATH)/bin/python), $(SYSTEM_PYTHON)) PYTHON = $(or $(wildcard $(VENV_PATH)/bin/python), $(SYSTEM_PYTHON))
all: build docs all: test build docs
.PHONY: all .PHONY: all