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/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 7663f8f..a999b43 100644 --- a/test/main.c +++ b/test/main.c @@ -21,6 +21,9 @@ int main() { printf("\n📜 \x1b[1;36mRunning text tests...\x1b[0m\n"); run_text_tests(); + printf("\n⏪ \x1b[1;36mRunning undo tests...\x1b[0m\n"); + run_undo_tests(); + printf("\n🕴️ \x1b[1;36mRunning buffer tests...\x1b[0m\n"); run_buffer_tests(); -- cgit v1.2.3