From f93a441065a611cc32874dde67e53a8295c87baf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 May 2018 15:48:25 +0200 Subject: [WIP] Add validation --- test/pretty/meson.build | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'test/pretty') diff --git a/test/pretty/meson.build b/test/pretty/meson.build index 634f1e0e..673759dc 100644 --- a/test/pretty/meson.build +++ b/test/pretty/meson.build @@ -1,17 +1,27 @@ base_uri = 'http://drobilla.net/sw/serd/test/good/' -args = [files('manifest.ttl')] +args = [ + files('manifest.ttl') +] test('pretty', run_pretty_suite, - args: pipe_test_script_args + ['-o', meson.current_build_dir() / 'pipe'] + args, + args: common_script_options + [ + '--tool', serd_pipe, + '--out-dir', + meson.current_build_dir() / 'pipe' + ] + args, env: test_env, suite: ['suite', 'extra', 'pipe'], timeout: 240) test('pretty', run_pretty_suite, - args: sort_test_script_args + ['-o', meson.current_build_dir() / 'sort'] + args, + args: common_script_options + [ + '--tool', serd_sort, + '--out-dir', + meson.current_build_dir() / 'sort' + ] + args, env: test_env, suite: ['suite', 'extra', 'sort'], timeout: 240) -- cgit v1.2.1