From 474a2c8cb8bfba2443f47aaea17f6f9d69eba198 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 26 Aug 2020 22:10:26 +0200 Subject: [PATCH] wip: run prepare-virtual in the bundle when doing sim tests Signed-off-by: Gergely Nagy --- bin/kaleidoscope-builder | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 36591e11..7f0f2d48 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -569,6 +569,7 @@ EOF } run_simulator_tests() { + (cd ${BOARD_HARDWARE_PATH}/keyboardio && make prepare-virtual) kaleidoscope_dir="$(dirname "$0")/.." cd "${kaleidoscope_dir}/test/simulator" ${MAKE:-make}