diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:41:43 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-20 11:41:43 -0400 |
commit | 93270c7949ac2555ce8371382b6dcf7638b78487 (patch) | |
tree | 290c389b624c6d5bfc0469099287246e50e7c1a9 /tests/meson.build | |
parent | a233026b97182c3e73c7a7fd1dea28f5c747a5e2 (diff) | |
download | pypaste-93270c7949ac2555ce8371382b6dcf7638b78487.tar.gz |
add test_server.py
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 3 |
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) |