From 72a8ba293527ea32ef2fe16c9c83021103783c45 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 18 Dec 2020 11:47:11 -0800 Subject: [PATCH] fix up testing for the new plugin layout --- testing/makefiles/shared.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/makefiles/shared.mk b/testing/makefiles/shared.mk index 9c4b2e32..05c8baa5 100644 --- a/testing/makefiles/shared.mk +++ b/testing/makefiles/shared.mk @@ -14,6 +14,8 @@ shared_defines := \ shared_includes := \ -I${top_dir} \ -I${top_dir}/src \ + -I${top_dir}/plugins/Kaleidoscope-Hardware-Model01/src \ + -I${top_dir}/plugins/Kaleidoscope-Hardware-Keyboardio-Model01/src \ -I${arduino_platform_path}/cores/arduino \ -I${arduino_platform_path}/libraries/KeyboardioHID/src \ -I${top_dir}/testing/googletest/googlemock/include \