From 44fd8cde61e3e89e5f83c98900a403e922073727 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 21 Feb 2023 22:26:36 +0100 Subject: Implement support for settings Settings are a flat "dictionary" containing paths to settings on the format: ... --- 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 4dab62e..047bbfb 100644 --- a/test/test.h +++ b/test/test.h @@ -17,5 +17,6 @@ void run_command_tests(); void run_keyboard_tests(); void run_allocator_tests(); void run_minibuffer_tests(); +void run_settings_tests(); #endif -- cgit v1.2.3