test: update .PHONY rule after test-unit relocation

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-04-03 16:08:37 +02:00
parent d112f0bb29
commit efc4ea20d6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ test-run-play: | ~/.infix-test-venv
~/.infix-test-venv:
$(test-dir)/docker/init-venv.sh $(test-dir)/docker/pip-requirements.txt
.PHONY: test-unit test test-sh test-qeneth test-qeneth-sh test-run test-run-sh test-run-play
.PHONY: test test-sh test-qeneth test-qeneth-sh test-run test-run-sh test-run-play
+2
View File
@@ -4,3 +4,5 @@ UNIT_TESTS ?= $(test-dir)/case/all-repo.yaml $(test-dir)/case/all-unit.yaml
test-unit:
$(test-dir)/env $(test-dir)/9pm/9pm.py $(UNIT_TESTS)
.PHONY: test-unit