diff options
Diffstat (limited to 'tests/unit/gui/test-gui-key.cpp')
-rw-r--r-- | tests/unit/gui/test-gui-key.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/gui/test-gui-key.cpp b/tests/unit/gui/test-gui-key.cpp index 5596279a4..447a8e163 100644 --- a/tests/unit/gui/test-gui-key.cpp +++ b/tests/unit/gui/test-gui-key.cpp @@ -1441,6 +1441,16 @@ TEST(GuiKey, Focus) /* * Tests functions: + * gui_key_debug_print_key + */ + +TEST(GuiKey, DebugPrintKey) +{ + /* TODO: write tests */ +} + +/* + * Tests functions: * gui_key_pressed */ |