summaryrefslogtreecommitdiff
path: root/test/test_c_import_paths.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-17 00:07:18 +0100
committerw0rp <devw0rp@gmail.com>2017-07-17 00:07:18 +0100
commit3352a6c9df427204bcbffba78fdf65906d3966d0 (patch)
tree9007e716dc83612373d4c0d9252e79a6e6b2b442 /test/test_c_import_paths.vader
parentfe70742bb930a196b08180da9b251e141d95707c (diff)
downloadale-3352a6c9df427204bcbffba78fdf65906d3966d0.zip
#711 - Make the clangtidy executable configurable
Diffstat (limited to 'test/test_c_import_paths.vader')
-rw-r--r--test/test_c_import_paths.vader3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_c_import_paths.vader b/test/test_c_import_paths.vader
index 862ec151..dac73f08 100644
--- a/test/test_c_import_paths.vader
+++ b/test/test_c_import_paths.vader
@@ -266,7 +266,8 @@ Execute(The C++ ClangTidy handler should include json folders for projects with
call ale#test#SetFilename('test_c_projects/json_project/subdir/file.cpp')
AssertEqual
- \ 'clang-tidy -checks=''*'' %s '
+ \ ale#Escape('clang-tidy')
+ \ . ' -checks=''*'' %s '
\ . '-p ' . ale#Escape(g:dir . '/test_c_projects/json_project/build')
\ , ale_linters#cpp#clangtidy#GetCommand(bufnr(''))