From 9fef4931fbad8c06c27ef912ad9f338403ccae3d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 17 Mar 2021 15:28:23 -0700 Subject: [PATCH] do full setup before running sim tests, which is really important if we're running them in docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14b212eb..6f2611b3 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/avr/boards.txt: rm -d $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/avr/libraries/Kaleidoscope ln -s $(KALEIDOSCOPE_DIR) $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/avr/libraries/Kaleidoscope -simulator-tests: configure-arduino-cli $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/virtual/boards.txt +simulator-tests: setup $(MAKE) -C tests all docker-simulator-tests: