From cbf01be4126cbc0f6d80364a7e0b6ad777a7d8ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Oct 2021 13:44:31 -0400 Subject: Fix handling of deferred write errors that happen when closing --- test/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index ae66ba37..a25ac6de 100644 --- a/test/meson.build +++ b/test/meson.build @@ -52,6 +52,7 @@ if autoship.found() endif serd_ttl = files('../serd.ttl')[0] +small_ttl = files('../test/TurtleTests/turtle-syntax-number-01.ttl')[0] common_script_options = [] if wrapper != '' common_script_options = ['--wrapper', wrapper] @@ -230,6 +231,11 @@ if is_variable('serd_pipe') env: test_env, suite: ['tools', 'pipe', 'output']) + test('deferred_write_error', files('test_deferred_write_error.py'), + args: pipe_test_script_args + [small_ttl], + env: test_env, + suite: ['tools', 'pipe', 'output']) + test('missing_output', tool, args: ['-o', '/does/not/exist.ttl', meson.source_root() / 'serd.ttl'], -- cgit v1.2.1