aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index aa799da5..2d10f77c 100644
--- a/wscript
+++ b/wscript
@@ -177,6 +177,7 @@ lib_source = ['src/base64.c',
'src/model.c',
'src/n3.c',
'src/node.c',
+ 'src/node_syntax.c',
'src/nodes.c',
'src/normalise.c',
'src/range.c',
@@ -265,6 +266,7 @@ def build(bld):
('free_null_test', 'tests/free_null_test.c'),
('int_math_test', 'tests/int_math_test.c'),
('model_test', 'tests/model_test.c'),
+ ('node_syntax_test', 'tests/node_syntax_test.c'),
('nodes_test', 'tests/nodes_test.c'),
('overflow_test', 'tests/overflow_test.c'),
('read_chunk_test', 'tests/read_chunk_test.c'),
@@ -708,6 +710,7 @@ def test(tst):
check(['./free_null_test'])
check(['./int_math_test'])
check(['./model_test'])
+ check(['./node_syntax_test'])
check(['./nodes_test'])
check(['./overflow_test'])
check(['./read_chunk_test'])