From d7bde35652211e3f3cd4d155e7778e6691a42358 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2018 14:54:51 +0200 Subject: Add test for reading chunks --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 38e5e00d..a6101773 100644 --- a/wscript +++ b/wscript @@ -145,7 +145,8 @@ def build(bld): # Test programs for prog in [('serdi_static', 'src/serdi.c'), ('cursor_test', 'tests/cursor_test.c'), - ('serd_test', 'tests/serd_test.c')]: + ('serd_test', 'tests/serd_test.c'), + ('read_chunk_test', 'tests/read_chunk_test.c')]: bld(features = 'c cprogram', source = prog[1], use = 'libserd_profiled', @@ -417,6 +418,7 @@ def test(tst): with tst.group('Unit') as check: check(['./cursor_test']) check(['./serd_test']) + check(['./read_chunk_test']) def test_syntax_io(check, in_name, check_name, lang): in_path = 'tests/good/%s' % in_name -- cgit v1.2.1