aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-30 16:37:21 +0000
committerDavid Robillard <d@drobilla.net>2013-03-30 16:37:21 +0000
commit09c4bb6a3031d2951ff3d285936a91a4f87dca0f (patch)
tree32b72c0618d2aca379ab8b00cf6bd687e53b0ab0 /wscript
parent99a57ab1bc5878001f639d1cbfc4ab323848f884 (diff)
downloadserd-09c4bb6a3031d2951ff3d285936a91a4f87dca0f.tar.gz
serd-09c4bb6a3031d2951ff3d285936a91a4f87dca0f.tar.bz2
serd-09c4bb6a3031d2951ff3d285936a91a4f87dca0f.zip
Add more tests from the new W3C Turtle test suite.
Support crazy escaped NULL characters in literals. Fix incorrect round-trip serialization test command. git-svn-id: http://svn.drobilla.net/serd/trunk@446 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3b3ed4d9..7277e336 100644
--- a/wscript
+++ b/wscript
@@ -286,7 +286,7 @@ def test_thru(ctx, base, path, check_filename, flags):
in_filename = os.path.join(ctx.path.abspath(), path);
out_filename = path + '.thru'
- command = ('%s %s -i ntriples -o turtle -p foo "%s" "%s" | '
+ command = ('%s %s -i turtle -o turtle -p foo "%s" "%s" | '
'%s -i turtle -o ntriples -c foo - "%s" > %s') % (
'serdi_static', flags.ljust(5),
in_filename, base,