aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 95cb0c86..e8abe917 100644
--- a/wscript
+++ b/wscript
@@ -148,6 +148,7 @@ def build(bld):
# Test programs
for prog in [('serdi_static', 'src/serdi.c'),
+ ('base64_test', 'tests/base64_test.c'),
('cursor_test', 'tests/cursor_test.c'),
('serd_test', 'tests/serd_test.c'),
('read_chunk_test', 'tests/read_chunk_test.c'),
@@ -422,6 +423,7 @@ def test(tst):
srcdir = tst.path.abspath()
with tst.group('Unit') as check:
+ check(['./base64_test'])
check(['./cursor_test'])
check(['./nodes_test'])
check(['./overflow_test'])