From 8c4a8baf4f9081bdb9523c08005a529a71fd6722 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Jun 2018 22:15:53 +0200 Subject: Add SerdCursor to public API --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 94e7c611..98ac1175 100644 --- a/wscript +++ b/wscript @@ -97,6 +97,7 @@ lib_headers = ['src/reader.h'] lib_source = ['src/base64.c', 'src/byte_source.c', + 'src/cursor.c', 'src/env.c', 'src/n3.c', 'src/node.c', @@ -168,6 +169,7 @@ 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')]: bld(features = 'c cprogram', source = prog[1], @@ -479,6 +481,7 @@ def test(tst): srcdir = tst.path.abspath() with tst.group('Unit') as check: + check(['./cursor_test']) check(['./serd_test']) def test_syntax_io(check, in_name, check_name, lang): -- cgit v1.2.1