aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-26 16:09:56 +0000
committerDavid Robillard <d@drobilla.net>2013-02-26 16:09:56 +0000
commitb1ef34b9822a8c84a3e6f28332942613cc6c0465 (patch)
treeaaf8c69e4cf539bab7d596adf59f3d33513cca2b /wscript
parentfe7a861337f7c14cf79599c70295c051945fe31b (diff)
downloadserd-b1ef34b9822a8c84a3e6f28332942613cc6c0465.tar.gz
serd-b1ef34b9822a8c84a3e6f28332942613cc6c0465.tar.bz2
serd-b1ef34b9822a8c84a3e6f28332942613cc6c0465.zip
Fix URI for tests-ttl tests.
git-svn-id: http://svn.drobilla.net/serd/trunk@420 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 64f3356e..dcce29b2 100644
--- a/wscript
+++ b/wscript
@@ -511,7 +511,7 @@ def test(ctx):
test_manifest(ctx, srcdir, 'new', report,
rdf_turtle + 'coverage/tests/')
test_manifest(ctx, srcdir, 'tests-ttl', report,
- rdf_turtle + 'coverage/tests/', 'http://example/base/')
+ rdf_turtle + 'tests-ttl/', 'http://example/base/')
report.close()