aboutsummaryrefslogtreecommitdiffstats
path: root/test/canon/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/canon/meson.build')
-rw-r--r--test/canon/meson.build13
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)