summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 3fb2cf4..fd52e29 100644
--- a/wscript
+++ b/wscript
@@ -279,6 +279,8 @@ def test(ctx):
'sordi_static -v > %s' % nul,
'sordi_static -h > %s' % nul,
'sordi_static -s "<foo> a <#Thingie> ." file:///test > %s' % nul,
+ 'echo "<s> <p> <o> ." | sordi_static - http://example.org/',
+ 'echo "<s> <p> <o> ." | sordi_static -o turtle - http://example.org/',
'sordi_static %s > %s' % (nul, nul)],
0, name='sordi-cmd-good')
@@ -293,6 +295,8 @@ def test(ctx):
'sordi_static -i illegal > %s' % nul,
'sordi_static -o illegal > %s' % nul,
'sordi_static -i turtle > %s' % nul,
+ 'sordi_static -i ntriples > %s' % nul,
+ 'echo "<s> <p> <o> ." | sordi_static -',
'sordi_static /no/such/file > %s' % nul],
1, name='sordi-cmd-bad')