diff options
| author | Dasky <32983009+daskygit@users.noreply.github.com> | 2024-11-23 16:34:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-23 16:34:32 +0000 |
| commit | 1f7d10902a7e603a47b9291664fcb9ab0b21f690 (patch) | |
| tree | 55202d0ac9edd5bf977e5b0c95bdcf3b3f859c88 /builddefs | |
| parent | d189de24a0797ea32d00b652fe798f5315566ab3 (diff) | |
Add pointing tests (#24513)
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/build_full_test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddefs/build_full_test.mk b/builddefs/build_full_test.mk index 63f9fea915..5cae327c6c 100644 --- a/builddefs/build_full_test.mk +++ b/builddefs/build_full_test.mk | |||
| @@ -21,8 +21,10 @@ $(TEST_OUTPUT)_SRC := \ | |||
| 21 | $(SRC) \ | 21 | $(SRC) \ |
| 22 | $(QUANTUM_PATH)/keymap_introspection.c \ | 22 | $(QUANTUM_PATH)/keymap_introspection.c \ |
| 23 | tests/test_common/matrix.c \ | 23 | tests/test_common/matrix.c \ |
| 24 | tests/test_common/pointing_device_driver.c \ | ||
| 24 | tests/test_common/test_driver.cpp \ | 25 | tests/test_common/test_driver.cpp \ |
| 25 | tests/test_common/keyboard_report_util.cpp \ | 26 | tests/test_common/keyboard_report_util.cpp \ |
| 27 | tests/test_common/mouse_report_util.cpp \ | ||
| 26 | tests/test_common/keycode_util.cpp \ | 28 | tests/test_common/keycode_util.cpp \ |
| 27 | tests/test_common/keycode_table.cpp \ | 29 | tests/test_common/keycode_table.cpp \ |
| 28 | tests/test_common/test_fixture.cpp \ | 30 | tests/test_common/test_fixture.cpp \ |
