From 3dc112f6f501a827951a9c3f7e923ed98495cc15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2020 18:30:58 +0100 Subject: Split out string tests --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 953d1652..1e12cf7f 100644 --- a/wscript +++ b/wscript @@ -215,6 +215,7 @@ def build(bld): ('test_free_null', 'test/test_free_null.c'), ('test_read_chunk', 'test/test_read_chunk.c'), ('test_serd', 'test/test_serd.c'), + ('test_string', 'test/test_string.c'), ('test_uri', 'test/test_uri.c')]: bld(features = 'c cprogram', source = prog[1], @@ -542,6 +543,7 @@ def test(tst): check(['./test_free_null']) check(['./test_read_chunk']) check(['./test_serd']) + check(['./test_string']) check(['./test_uri']) def test_syntax_io(check, in_name, check_name, lang): -- cgit v1.2.1