diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-23 21:10:11 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-23 21:10:11 -0400 |
commit | 2aa14b931f1a4fa7f465537b5310217b84615203 (patch) | |
tree | 5f364685a2c66a920f933096734fef98cfe24d34 /meson_options.txt | |
parent | b6c04426d9a7f28e9c440c25a3c2eee53d86cd00 (diff) | |
download | pypaste-2aa14b931f1a4fa7f465537b5310217b84615203.tar.gz |
gate tests behind option
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 8fa6217..3d46c27 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,3 @@ option('client', type: 'feature', value: 'disabled') option('server', type: 'feature', value: 'disabled') +option('tests', type: 'feature', value: 'disabled') |