From 06f860fd95ba9f97e36416ad8fa3cdadba4f6259 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 17 Nov 2018 21:01:59 +0100 Subject: Add stack overflow tests --- wscript | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1fcee676..1ed4ad26 100644 --- a/wscript +++ b/wscript @@ -152,7 +152,8 @@ def build(bld): for prog in [('serdi_static', 'src/serdi.c'), ('serd_test', 'tests/serd_test.c'), ('read_chunk_test', 'tests/read_chunk_test.c'), - ('nodes_test', 'tests/nodes_test.c')]: + ('nodes_test', 'tests/nodes_test.c'), + ('overflow_test', 'tests/overflow_test.c')]: bld(features = 'c cprogram', source = prog[1], use = 'libserd_profiled', @@ -485,7 +486,10 @@ def test(ctx): autowaf.pre_test(ctx, APPNAME) autowaf.run_tests(ctx, APPNAME, - ['serd_test', 'read_chunk_test', 'nodes_test'], + ['serd_test', + 'read_chunk_test', + 'nodes_test', + 'overflow_test'], name='Unit') def test_syntax_io(in_name, expected_name, lang): -- cgit v1.2.1