From e45499816eab8abadbdd5bb6dd79b526a4ed6648 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sat, 11 Feb 2023 23:03:39 +0100 Subject: Implement undo This also fixes a bunch of valgrind errors --- 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 f777916..4dab62e 100644 --- a/test/test.h +++ b/test/test.h @@ -12,6 +12,7 @@ void run_buffer_tests(); void run_utf8_tests(); void run_text_tests(); +void run_undo_tests(); void run_command_tests(); void run_keyboard_tests(); void run_allocator_tests(); -- cgit v1.2.3