From 6cc56403ecfe4ffdef47f1abfb0a5527273d5d9d Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 21 Aug 2020 14:48:01 +0200 Subject: [PATCH] wip: Add an all_actions test sketch Signed-off-by: Gergely Nagy --- test/{example => simulator}/all_actions/tests.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename test/{example => simulator}/all_actions/tests.h (98%) diff --git a/test/example/all_actions/tests.h b/test/simulator/all_actions/tests.h similarity index 98% rename from test/example/all_actions/tests.h rename to test/simulator/all_actions/tests.h index 1c1a1d8d..63dcf1b2 100644 --- a/test/example/all_actions/tests.h +++ b/test/simulator/all_actions/tests.h @@ -19,7 +19,7 @@ #ifdef KALEIDOSCOPE_VIRTUAL_BUILD #include "Kaleidoscope-Simulator.h" -#include "kaleidoscope_simulator/vendors/keyboardio/model01.h" +#include "kaleidoscope/simulator/vendors/keyboardio/model01.h" KALEIDOSCOPE_SIMULATOR_INIT @@ -28,9 +28,9 @@ namespace simulator { void runSimulator(Simulator &simulator) { - using namespace kaleidoscope::simulator::actions; - using namespace framework::actions; - using namespace papilio; + using namespace actions; + using namespace interface; + using namespace interface::actions; // std::shared_ptr test = AssertKeycodesActive{Key_A}; // std::shared_ptr> test = AssertKeycodesActive{Key_A};