diff options
| author | Stefan Kerkmann <karlk90@pm.me> | 2025-03-21 08:47:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 08:47:22 +0100 |
| commit | c9d62ddc78e879053241202b288d0129073b07dc (patch) | |
| tree | 1e58dcea290874bf8af5ea7ca797fe3515885488 /builddefs | |
| parent | d603fb09139a5a55e1efd910a3989e38f138446f (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 'builddefs')
| -rw-r--r-- | builddefs/build_full_test.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builddefs/build_full_test.mk b/builddefs/build_full_test.mk index 5cae327c6c..82bb9387a6 100644 --- a/builddefs/build_full_test.mk +++ b/builddefs/build_full_test.mk | |||
| @@ -25,8 +25,6 @@ $(TEST_OUTPUT)_SRC := \ | |||
| 25 | tests/test_common/test_driver.cpp \ | 25 | tests/test_common/test_driver.cpp \ |
| 26 | tests/test_common/keyboard_report_util.cpp \ | 26 | tests/test_common/keyboard_report_util.cpp \ |
| 27 | tests/test_common/mouse_report_util.cpp \ | 27 | tests/test_common/mouse_report_util.cpp \ |
| 28 | tests/test_common/keycode_util.cpp \ | ||
| 29 | tests/test_common/keycode_table.cpp \ | ||
| 30 | tests/test_common/test_fixture.cpp \ | 28 | tests/test_common/test_fixture.cpp \ |
| 31 | tests/test_common/test_keymap_key.cpp \ | 29 | tests/test_common/test_keymap_key.cpp \ |
| 32 | tests/test_common/test_logger.cpp \ | 30 | tests/test_common/test_logger.cpp \ |
