From d37857468bbabd71f5a113b51adba50c8310bc7f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 14 Dec 2023 13:04:11 -0800 Subject: [PATCH] "make all" needs to actually use run-all for run-all to work --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 2085513696..08fed4de66 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -46,7 +46,7 @@ include $(top_dir)/etc/makefiles/arduino-cli.mk KALEIDOSCOPE_ETC_DIR ?= $(top_dir)/etc .PHONY: all -all: ${libcommon_a} googletest ${TESTS} +all: ${libcommon_a} googletest run-all @: .PHONY: cmake-clean