diff options
author | David Robillard <d@drobilla.net> | 2023-03-29 23:34:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 4e1850852a74fe6904beabf793ea8d9915cab246 (patch) | |
tree | 5fff5fb4aa6161d7e69434e6d3ca587a971c35ea /test/meson.build | |
parent | 5796f49ec8ff1933f4a3c258c16f140b39cc1c03 (diff) | |
download | serd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.gz serd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.bz2 serd-4e1850852a74fe6904beabf793ea8d9915cab246.zip |
Add support for reading multiple files at once
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index fd8586a8..489a6ee5 100644 --- a/test/meson.build +++ b/test/meson.build @@ -18,6 +18,7 @@ simple_script_paths = [ 'run_suite.py', 'test_base.py', 'test_empty.py', + 'test_multifile.py', 'test_quiet.py', 'test_stdin.py', 'test_write_error.py', @@ -275,6 +276,13 @@ if is_variable('serd_pipe') env: test_env, suite: input_suite, ) + test( + 'multifile', + files('test_multifile.py'), + args: pipe_script_args + [meson.current_source_dir() / 'multifile'], + env: test_env, + suite: input_suite, + ) # Output |