summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
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 a999b43..c4b50d0 100644
--- a/test/main.c
+++ b/test/main.c
@@ -39,6 +39,9 @@ int main() {
printf("\n🐜 \x1b[1;36mRunning minibuffer tests...\x1b[0m\n");
run_minibuffer_tests();
+ printf("\n šŸ““ \x1b[1;36mRunning settings tests...\x1b[0m\n");
+ run_settings_tests();
+
struct timespec elapsed;
clock_gettime(CLOCK_MONOTONIC, &elapsed);
uint64_t elapsed_nanos =