Makefile: fix phony declaration for module tests
There is no "test-units"; the correct name is "test-module".
This commit is contained in:
parent
b7ae7a01c6
commit
94cc2cb5a7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -221,7 +221,7 @@ $(SRCDIR)/test/data/manifests/filesystem.json: $(SRCDIR)/test/data/manifests/f32
|
|||
.PHONY: test-data
|
||||
test-data: $(TEST_MANIFESTS_GEN)
|
||||
|
||||
.PHONY: test-units
|
||||
.PHONY: test-module
|
||||
test-module:
|
||||
@$(PYTHON3) -m unittest \
|
||||
discover \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue