From e65158a0326108d1fc724ee683b7fa900ef2671a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 26 Jan 2023 13:07:07 +0100 Subject: More tests and documentation Also, split out platform-specific parts and add mocks for tests. --- test/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 3fdcd0d..2d9d8af 100644 --- a/test/test.h +++ b/test/test.h @@ -10,3 +10,4 @@ void run_buffer_tests(); void run_utf8_tests(); void run_text_tests(); void run_command_tests(); +void run_keyboard_tests(); -- cgit v1.2.3