From 94cc2cb5a7f072efb4e0d9238f737293e37bc59d Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 4 Dec 2020 10:12:18 +0100 Subject: [PATCH] Makefile: fix phony declaration for module tests There is no "test-units"; the correct name is "test-module". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fc8e7eb..91a21565 100644 --- a/Makefile +++ b/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 \