From 3ee994bedf2d5139dbc0242646f8c370a31d71d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Dec 2013 17:13:49 +0000 Subject: Clean up after test suite so multiple runs are successful. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5226 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 7f48032..cfc1ff5 100644 --- a/wscript +++ b/wscript @@ -1,5 +1,6 @@ #!/usr/bin/env python import os +import shutil import subprocess import sys import waflib.Options as Options @@ -406,6 +407,7 @@ def test(ctx): os.environ['PATH'] = 'test' + os.pathsep + os.getenv('PATH') autowaf.run_tests(ctx, APPNAME, ['lilv_test'], dirs=['./src','./test']) autowaf.post_test(ctx, APPNAME) + shutil.rmtree('state') def lint(ctx): subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/include,-runtime/sizeof src/* lilv/*', shell=True) -- cgit v1.2.1