summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-12 18:51:29 +0000
committerDavid Robillard <d@drobilla.net>2013-01-12 18:51:29 +0000
commit1630b3fd62c57e01468a03a9d4dde397f903ef37 (patch)
tree12f48c2d3377ba7537f3d359421af761eb58b33d /wscript
parent4e3f4a2a0fdca75352265ba8490fbe9f397e264a (diff)
downloadingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.tar.gz
ingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.tar.bz2
ingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.zip
Lint.
Fix test suite compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4937 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 159f84e7..c4fe4110 100644
--- a/wscript
+++ b/wscript
@@ -197,7 +197,7 @@ def build(bld):
bld.add_post_fun(autowaf.run_ldconfig)
def lint(ctx):
- subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens,-build/include `find -name *.cpp -or -name *.hpp`', shell=True)
+ subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens,-build/include,-build/storage_class `find -name *.cpp -or -name *.hpp`', shell=True)
def test(ctx):
os.environ['PATH'] = 'tests' + os.pathsep + os.getenv('PATH')