From 970dfc33de59a50b24f1e185495282e8b9a63885 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Aug 2021 00:54:34 -0400 Subject: Split up test suite build definitions --- test/NTriplesTests/meson.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/NTriplesTests/meson.build (limited to 'test/NTriplesTests') diff --git a/test/NTriplesTests/meson.build b/test/NTriplesTests/meson.build new file mode 100644 index 00000000..cf773c64 --- /dev/null +++ b/test/NTriplesTests/meson.build @@ -0,0 +1,14 @@ +base_uri = 'http://www.w3.org/2013/NTriplesTests/' + +args = [ + '--syntax', 'NTriples', + files('manifest.ttl'), + base_uri +] + +test('NTriples', + run_test_suite, + args: script_args + args, + env: test_env, + suite: ['suite', 'w3c'], + timeout: 240) -- cgit v1.2.1