diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:44:27 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:44:27 -0400 |
commit | 439f5d9a33b19be4a7159c4518563d8e99fbba2a (patch) | |
tree | f6a16e6c71f3bd5e4fac8fc04fff95e80157c2ed /meson.build | |
parent | 93270c7949ac2555ce8371382b6dcf7638b78487 (diff) | |
download | pypaste-439f5d9a33b19be4a7159c4518563d8e99fbba2a.tar.gz |
use foreach loop to create meson test targets
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 c752009..d5c234c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ project('pypaste') +fs = import('fs') + sources = files('pypaste/__init__.py') modules = [] |