diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:41:43 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:41:43 -0400 |
commit | 93270c7949ac2555ce8371382b6dcf7638b78487 (patch) | |
tree | 290c389b624c6d5bfc0469099287246e50e7c1a9 /meson.build | |
parent | a233026b97182c3e73c7a7fd1dea28f5c747a5e2 (diff) | |
download | pypaste-93270c7949ac2555ce8371382b6dcf7638b78487.tar.gz |
add test_server.py
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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: |