From d77ae556562490d6ce70fed690eca69a18ee4c46 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 55754378..af81ebe4 100644 --- a/wscript +++ b/wscript @@ -74,6 +74,7 @@ def configure(conf): lib_source = ['src/base64.c', 'src/byte_source.c', + 'src/cursor.c', 'src/env.c', 'src/n3.c', 'src/node.c', @@ -143,6 +144,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], @@ -401,6 +403,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