summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-02-11 23:03:39 +0100
committerAlbert Cervin <albert@acervin.com>2023-02-15 23:41:35 +0100
commite45499816eab8abadbdd5bb6dd79b526a4ed6648 (patch)
tree3cdcb0238aaae8ed1b3578e4ad71883f0702de3c /test/main.c
parentc2976cea9bbca465712534b7e523783e2ccc6c6e (diff)
downloaddged-e45499816eab8abadbdd5bb6dd79b526a4ed6648.tar.gz
dged-e45499816eab8abadbdd5bb6dd79b526a4ed6648.tar.xz
dged-e45499816eab8abadbdd5bb6dd79b526a4ed6648.zip
Implement undo
This also fixes a bunch of valgrind errors
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c3
1 files changed, 3 insertions, 0 deletions
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();