Fix a test on Windows

This commit is contained in:
w0rp 2019-05-20 22:11:49 +01:00
parent 28819eedd3
commit 42f5e8c62c
No known key found for this signature in database
GPG key ID: 0FC1ECAA8C81CD83

View file

@ -30,5 +30,5 @@ Execute(cppcheck for C++ should detect compile_commands.json files in build dire
\ ale#path#CdString(ale#path#Simplify(g:dir . '/cppcheck_paths/with_build_dir')) \ ale#path#CdString(ale#path#Simplify(g:dir . '/cppcheck_paths/with_build_dir'))
\ . ale#Escape('cppcheck') \ . ale#Escape('cppcheck')
\ . ' -q --language=c++' \ . ' -q --language=c++'
\ . ' --project=' . ale#Escape('build/compile_commands.json') \ . ' --project=' . ale#Escape(ale#path#Simplify('build/compile_commands.json'))
\ . ' --enable=style %t' \ . ' --enable=style %t'