From 4fd1068b4efea839707a4bdbc5066d5c423825bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Aug 2020 17:32:01 +0200 Subject: Add empty syntax type for suppressing output --- test/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index cd748c0c..9724f18e 100644 --- a/test/meson.build +++ b/test/meson.build @@ -138,6 +138,15 @@ if get_option('utils') should_fail: true, suite: ['serdi', 'input']) + # Output + + test('empty', files('test_empty.py'), + args: script_args + [serd_ttl], + env: test_env, + suite: 'output') + + # FIXME: Old base URI argument? + # IO errors test('read_dir', serdi, -- cgit v1.2.1