Makefile: fix phony declaration for module tests

There is no "test-units"; the correct name is "test-module".
This commit is contained in:
Christian Kellner 2020-12-04 10:12:18 +01:00
parent b7ae7a01c6
commit 94cc2cb5a7

View file

@ -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 \