We shouldn't unilaterally force CCACHE to on when running tests

pull/1147/head
Jesse Vincent 3 years ago
parent fa6b6dc6bd
commit 5805fb1117
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -34,8 +34,6 @@ export FQBN ?= keyboardio:virtual:model01
TESTS := $(shell cd $(tests_dir); find ${TEST_PATH} -name '*.ino' -exec dirname {} \;)
KALEIDOSCOPE_CCACHE = 1
# The clutter up the test output on Make 4.0 and newer
MAKEFLAGS += --no-print-directory

Loading…
Cancel
Save