aboutsummaryrefslogtreecommitdiffstats
path: root/test/bad
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-12 00:54:34 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit970dfc33de59a50b24f1e185495282e8b9a63885 (patch)
tree3f13e342dabe9d4d423be035ec6e75be7f1c7de5 /test/bad
parentccf868537987ced29aea0d5c6fb6d45c94ee025a (diff)
downloadserd-970dfc33de59a50b24f1e185495282e8b9a63885.tar.gz
serd-970dfc33de59a50b24f1e185495282e8b9a63885.tar.bz2
serd-970dfc33de59a50b24f1e185495282e8b9a63885.zip
Split up test suite build definitions
Diffstat (limited to 'test/bad')
-rw-r--r--test/bad/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/bad/meson.build b/test/bad/meson.build
new file mode 100644
index 00000000..9c423367
--- /dev/null
+++ b/test/bad/meson.build
@@ -0,0 +1,8 @@
+base_uri = 'http://drobilla.net/sw/serd/test/bad/'
+
+test('bad',
+ run_test_suite,
+ args: script_args + [files('manifest.ttl'), base_uri],
+ env: test_env,
+ suite: ['suite', 'extra'],
+ timeout: 240)