summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-20 11:41:43 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-20 11:41:43 -0400
commit93270c7949ac2555ce8371382b6dcf7638b78487 (patch)
tree290c389b624c6d5bfc0469099287246e50e7c1a9 /meson.build
parenta233026b97182c3e73c7a7fd1dea28f5c747a5e2 (diff)
downloadpypaste-93270c7949ac2555ce8371382b6dcf7638b78487.tar.gz
add test_server.py
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
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: