From a4af00bd8b972502e1f52d6a368b839370d64055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 25 Dec 2021 23:27:23 +0100 Subject: [PATCH] test: config: test [main].notify (spawn template) --- tests/test-config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-config.c b/tests/test-config.c index 4c474393..e23499ee 100644 --- a/tests/test-config.c +++ b/tests/test-config.c @@ -290,6 +290,8 @@ test_section_main(void) test_uint16(&ctx, &parse_section_main, "resize-delay-ms", &conf.resize_delay_ms); test_uint16(&ctx, &parse_section_main, "workers", &conf.render_worker_count); + test_spawn_template(&ctx, &parse_section_main, "notify", &conf.notify); + /* TODO: font (custom) */ /* TODO: include (custom) */ /* TODO: dpi-aware (enum/boolean) */ @@ -297,7 +299,6 @@ test_section_main(void) /* TODO: pad (geometry + optional string)*/ /* TODO: initial-window-size-pixels (geometry) */ /* TODO: initial-window-size-chars (geometry) */ - /* TODO: notify (spawn template)*/ /* TODO: selection-target (enum) */ /* TODO: initial-window-mode (enum) */