diff options
Diffstat (limited to 'test/canon')
-rw-r--r-- | test/canon/meson.build | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/canon/meson.build b/test/canon/meson.build new file mode 100644 index 00000000..11d95469 --- /dev/null +++ b/test/canon/meson.build @@ -0,0 +1,13 @@ +base_uri = 'http://drobilla.net/sw/serd/test/canon/' + +test('canon', + run_test_suite, + args: script_args + [ + files('manifest.ttl'), + base_uri, + '--', + '-C', + ], + env: test_env, + suite: ['suite', 'extra'], + timeout: 240) |