From 1cd321825c52eddd4175cb4ec58ae8d7ad2da48d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jul 2017 10:38:24 +0200 Subject: Support strict parsing of prefixed names --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2150a5c2..eaf6d50e 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.28.0' +SERD_VERSION = '0.29.1' SERD_MAJOR_VERSION = '0' # Mandatory waf variables @@ -486,7 +486,7 @@ def test(ctx): # Bad tests autowaf.begin_tests(ctx, APPNAME, 'bad') for test in bad_tests: - for lax in ['', '-l']: + for lax in ['']: autowaf.run_test( ctx, APPNAME, 'serdi_static %s -i %s -q "%s" "%s" > %s.out' % ( -- cgit v1.2.1