aboutsummaryrefslogtreecommitdiffstats
path: root/tests/combo
diff options
context:
space:
mode:
authorStefan Kerkmann2025-03-21 08:47:22 +0100
committerGitHub2025-03-21 08:47:22 +0100
commitc9d62ddc78e879053241202b288d0129073b07dc (patch)
tree1e58dcea290874bf8af5ea7ca797fe3515885488 /tests/combo
parentd603fb09139a5a55e1efd910a3989e38f138446f (diff)
[Core] use `keycode_string` in unit tests (#25042)
* tests: use keycode_string feature With a proper keycode to string implementation in qmk there is no need to use the unit tests only implementation anymore. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * tests: remove keycode_util feature This feature is no longer used as we switched the tests to the keycode string implementation. Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Diffstat (limited to 'tests/combo')
-rw-r--r--tests/combo/combo_repress/test_combo.cpp2
-rw-r--r--tests/combo/test_combo.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/combo/combo_repress/test_combo.cpp b/tests/combo/combo_repress/test_combo.cpp
index 1488d5c1bd..b1a2d36cb3 100644
--- a/tests/combo/combo_repress/test_combo.cpp
+++ b/tests/combo/combo_repress/test_combo.cpp
@@ -2,9 +2,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "keyboard_report_util.hpp"
-#include "quantum.h"
#include "keycode.h"
#include "test_common.h"
+#include "test_common.hpp"
#include "test_driver.hpp"
#include "test_fixture.hpp"
#include "test_keymap_key.hpp"
diff --git a/tests/combo/test_combo.cpp b/tests/combo/test_combo.cpp
index ac852f9d16..d78ec55990 100644
--- a/tests/combo/test_combo.cpp
+++ b/tests/combo/test_combo.cpp
@@ -3,7 +3,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "keyboard_report_util.hpp"
-#include "quantum.h"
#include "keycode.h"
#include "test_common.h"
#include "test_driver.hpp"