Skip to content

Commit

Permalink
"make all" needs to actually use run-all for run-all to work
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 14, 2023
1 parent cef439b commit d378574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d378574

Please sign in to comment.