diff options
author | David Robillard <d@drobilla.net> | 2013-01-12 18:51:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-12 18:51:29 +0000 |
commit | 1630b3fd62c57e01468a03a9d4dde397f903ef37 (patch) | |
tree | 12f48c2d3377ba7537f3d359421af761eb58b33d /wscript | |
parent | 4e3f4a2a0fdca75352265ba8490fbe9f397e264a (diff) | |
download | ingen-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |