From 7a9588e4049d55df9471ee762e572f923d0d0ae9 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 26 Mar 2022 21:38:44 -0700 Subject: [PATCH] Force ccache on for simulator tests --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 8859e323..dd691f7d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -34,6 +34,8 @@ export FQBN ?= keyboardio:virtual:model01 TESTS := $(shell cd $(tests_dir); find ${TEST_PATH} -name '*.ino' -exec dirname {} \;) +KALEIDOSCOPE_CCACHE = 1 + include $(top_dir)/etc/makefiles/arduino-cli.mk # If we start off in tests to run make all, the sketch makefiles guess the wrong location for