From 93270c7949ac2555ce8371382b6dcf7638b78487 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 20 Sep 2025 11:41:43 -0400 Subject: add test_server.py --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bdb645f..c752009 100644 --- a/meson.build +++ b/meson.build @@ -45,6 +45,8 @@ install_data( install_dir: get_option('datadir') / 'dict', ) +subdir('tests') + # Local Variables: # eval: (remove-hook 'before-save-hook 'fmt-current-buffer t) # End: -- cgit v1.2.3