Browse Source

Use same base URI for both new test suites.

git-svn-id: http://svn.drobilla.net/serd/trunk@422 490d8e77-9747-427b-9fa3-0b8f29cee8a0
zrythm_meson
David Robillard 10 years ago
parent
commit
48d7ec3442
  1. 4
      wscript

4
wscript

@ -509,13 +509,13 @@ def test(ctx): @@ -509,13 +509,13 @@ def test(ctx):
serd_ttl.close()
rdf_turtle = 'https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/'
test_manifest(ctx, srcdir, 'new', report,
rdf_turtle + 'coverage/tests/')
rdf_turtle + 'coverage/tests/', 'http://example/base/')
test_manifest(ctx, srcdir, 'tests-ttl', report,
rdf_turtle + 'tests-ttl/', 'http://example/base/')
report.close()
except Exception as e:
except:
pass
autowaf.post_test(ctx, APPNAME)

Loading…
Cancel
Save