diff options
author | David Robillard <d@drobilla.net> | 2011-05-24 14:27:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-24 14:27:59 +0000 |
commit | 50a2b7e9dbc54d73d7d8b96d7f928f5dd5da4e1a (patch) | |
tree | af55486e8fe07e92496e06ae605929a9566bfe80 | |
parent | 7cc5b47ea01165b77abc78488d61e76c8e129888 (diff) | |
download | sord-50a2b7e9dbc54d73d7d8b96d7f928f5dd5da4e1a.tar.gz sord-50a2b7e9dbc54d73d7d8b96d7f928f5dd5da4e1a.tar.bz2 sord-50a2b7e9dbc54d73d7d8b96d7f928f5dd5da4e1a.zip |
Improve test coverage
git-svn-id: http://svn.drobilla.net/sord/trunk@128 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r-- | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -214,6 +214,7 @@ def test(ctx): './sordi_static file://%s/tests/manifest.ttl > /dev/null' % srcdir, './sordi_static %s/tests/UTF-8.ttl > /dev/null' % srcdir, './sordi_static -v > /dev/null', + './sordi_static -h > /dev/null', './sordi_static -s "<foo> a <#Thingie> ." > /dev/null', './sordi_static /dev/null > /dev/null'], 0, name='sordi-cmd-good') @@ -224,8 +225,11 @@ def test(ctx): './sordi_static -i > /dev/null', './sordi_static -o > /dev/null', './sordi_static -z > /dev/null', + './sordi_static -p > /dev/null', + './sordi_static -c > /dev/null', './sordi_static -i illegal > /dev/null', './sordi_static -o illegal > /dev/null', + './sordi_static -i turtle > /dev/null', './sordi_static /no/such/file > /dev/null'], 1, name='sordi-cmd-bad') |