summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-20 11:41:43 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-20 11:41:43 -0400
commit93270c7949ac2555ce8371382b6dcf7638b78487 (patch)
tree290c389b624c6d5bfc0469099287246e50e7c1a9 /tests/meson.build
parenta233026b97182c3e73c7a7fd1dea28f5c747a5e2 (diff)
downloadpypaste-93270c7949ac2555ce8371382b6dcf7638b78487.tar.gz
add test_server.py
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..6787668
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1,3 @@
+test_server = find_program('test_server.py')
+
+test('test_server', test_server)