From 4459b8b3aa9d73895391785a99dcc87134e80601 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 17 Sep 2024 08:47:03 +0200 Subject: More lsp support This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references --- 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 f8e1eca..eba54a6 100644 --- a/test/main.c +++ b/test/main.c @@ -53,6 +53,9 @@ int main(void) { printf("\nšŸŽ \x1b[1;36mRunning container tests...\x1b[0m\n"); run_container_tests(); + printf("\n🐃 \x1b[1;36mRunning bufread tests...\x1b[0m\n"); + run_bufread_tests(); + #if defined(LSP_ENABLED) printf("\nšŸ“ƒ \x1b[1;36mRunning JSON tests...\x1b[0m\n"); run_json_tests(); -- cgit v1.2.3