From eae480cfc976a52570bd5b0adc202fa0f8a52ee3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2020 17:22:12 +0100 Subject: Split out URI tests --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3e8fc373..953d1652 100644 --- a/wscript +++ b/wscript @@ -214,7 +214,8 @@ def build(bld): ('test_env', 'test/test_env.c'), ('test_free_null', 'test/test_free_null.c'), ('test_read_chunk', 'test/test_read_chunk.c'), - ('test_serd', 'test/test_serd.c')]: + ('test_serd', 'test/test_serd.c'), + ('test_uri', 'test/test_uri.c')]: bld(features = 'c cprogram', source = prog[1], use = 'libserd_profiled', @@ -541,6 +542,7 @@ def test(tst): check(['./test_free_null']) check(['./test_read_chunk']) check(['./test_serd']) + check(['./test_uri']) def test_syntax_io(check, in_name, check_name, lang): in_path = 'test/good/%s' % in_name -- cgit v1.2.1