diff options
author | David Robillard <d@drobilla.net> | 2018-05-12 20:39:23 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 22:12:47 +0100 |
commit | 24d7ed6bcfdc340874f9cdf7eb5a056567668a08 (patch) | |
tree | 3fc54001b48ba2bee371561ae1b73290b3688548 /wscript | |
parent | ba67dcd8288e73beb4aa571541b73a6b1ea143af (diff) | |
download | serd-24d7ed6bcfdc340874f9cdf7eb5a056567668a08.tar.gz serd-24d7ed6bcfdc340874f9cdf7eb5a056567668a08.tar.bz2 serd-24d7ed6bcfdc340874f9cdf7eb5a056567668a08.zip |
Use fixed size stack
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -472,6 +472,8 @@ def test(ctx): 'serdi_static > %s' % nul, 'serdi_static ftp://example.org/unsupported.ttl > %s' % nul, 'serdi_static -i > %s' % nul, + 'serdi_static -k > %s' % nul, + 'serdi_static -k -1 > %s' % nul, 'serdi_static -o > %s' % nul, 'serdi_static -z > %s' % nul, 'serdi_static -p > %s' % nul, |