From 1184a657618a42af2e3f882fb7f90d873a6ee9b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 Mar 2013 01:36:52 +0000 Subject: Improve dot support. Extend test suite to cover more of the new Turtle draft. git-svn-id: http://svn.drobilla.net/serd/trunk@433 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b787760f..8abfa67d 100644 --- a/wscript +++ b/wscript @@ -385,7 +385,7 @@ def test_manifest(ctx, srcdir, testdir, report, test_base, parse_base): def test(ctx): blddir = autowaf.build_dir(APPNAME, 'tests') - for i in ['', 'bad', 'good', 'new', 'tests-ttl']: + for i in ['', 'bad', 'good', 'new', 'tests-ttl', 'extra']: try: os.makedirs(os.path.join(blddir, i)) except: @@ -522,6 +522,8 @@ def test(ctx): rdf_turtle + 'coverage/tests/', 'http://example/base/') test_manifest(ctx, srcdir, 'tests-ttl', report, rdf_turtle + 'tests-ttl/', 'http://example/base/') + test_manifest(ctx, srcdir, 'extra', report, + rdf_turtle + 'extra/', 'http://example/base/') report.close() -- cgit v1.2.1