summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-20 13:23:44 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-20 13:23:44 -0400
commitda239df77ea1aaee8dac08a8dac2d65a9bfee342 (patch)
tree18156214799f444fcbac211a9b16ba3b954fce0e /tests/meson.build
parent63b070473448ad5c7fdcdc3e42befb4792b177a7 (diff)
downloadpypaste-da239df77ea1aaee8dac08a8dac2d65a9bfee342.tar.gz
add test_client_zen.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 801b30d..c15bbab 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,4 +1,4 @@
-tests = files('test_server.py', 'test_sqlite_storage.py')
+tests = files('test_client_zen.py', 'test_server.py', 'test_sqlite_storage.py')
foreach test : tests
name = fs.stem(test)