summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-20 12:51:59 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-20 12:51:59 -0400
commit63b070473448ad5c7fdcdc3e42befb4792b177a7 (patch)
tree7a59f66191bcec3340648b47264bd6f119b89f09 /tests/meson.build
parent013b4b9042f89ab6f5a730577a7523676840af4c (diff)
downloadpypaste-63b070473448ad5c7fdcdc3e42befb4792b177a7.tar.gz
add test_sqlite_storage.py
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
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)