mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
Fix a test on Windows
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user