diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-20 12:51:59 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-20 12:51:59 -0400 |
commit | 63b070473448ad5c7fdcdc3e42befb4792b177a7 (patch) | |
tree | 7a59f66191bcec3340648b47264bd6f119b89f09 /tests/meson.build | |
parent | 013b4b9042f89ab6f5a730577a7523676840af4c (diff) | |
download | pypaste-63b070473448ad5c7fdcdc3e42befb4792b177a7.tar.gz |
add test_sqlite_storage.py
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index e39a559..801b30d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,4 +1,4 @@ -tests = files('test_server.py') +tests = files('test_server.py', 'test_sqlite_storage.py') foreach test : tests name = fs.stem(test) |