From f90d5e1f07fdc9dea7c24b11107049b613a5be7a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sun, 29 Jan 2023 22:22:54 +0100 Subject: More tests and documentation Also improve find file and switch buffer a bit. Implement word backward/forward. --- test/test.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 2d9d8af..f777916 100644 --- a/test/test.h +++ b/test/test.h @@ -1,3 +1,6 @@ +#ifndef _TEST_H_ +#define _TEST_H_ + #include #define run_test(fn) \ @@ -11,3 +14,7 @@ void run_utf8_tests(); void run_text_tests(); void run_command_tests(); void run_keyboard_tests(); +void run_allocator_tests(); +void run_minibuffer_tests(); + +#endif -- cgit v1.2.3