python/Makefile : fix test target

This commit is contained in:
saundersp 2024-07-22 22:07:17 +02:00
parent b55713cae3
commit 8c7f2c1c97

View File

@ -19,7 +19,7 @@ start: $(DATA) | venv check-python-works
.PHONY: test .PHONY: test
test: | venv check-python-works test: | venv check-python-works
@sh -c '. ./activate.sh && python toolbox_unit_test.py' @sh -c '. ./activate.sh && python project_test.py'
.PHONY: debug .PHONY: debug
debug: $(DATA) | venv check-python-works check-pudb-works debug: $(DATA) | venv check-python-works check-pudb-works