From ff8ab60025f447dc8ba834be3d9a18e5b45cfb18 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Jul 2021 14:08:06 -0400 Subject: Fix accidentally disabled writer test --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e9cba85b..178ac06d 100644 --- a/wscript +++ b/wscript @@ -234,7 +234,8 @@ def build(bld): ('test_read_chunk', 'test/test_read_chunk.c'), ('test_reader_writer', 'test/test_reader_writer.c'), ('test_string', 'test/test_string.c'), - ('test_uri', 'test/test_uri.c')]: + ('test_uri', 'test/test_uri.c'), + ('test_writer', 'test/test_writer.c')]: bld(features = 'c cprogram', source = prog[1], use = 'libserd_profiled', @@ -563,6 +564,7 @@ def test(tst): check(['./test_reader_writer']) check(['./test_string']) check(['./test_uri']) + check(['./test_writer']) def test_syntax_io(check, in_name, check_name, lang): in_path = 'test/good/%s' % in_name -- cgit v1.2.1