forked from OSchip/llvm-project
Ensure that test clang-tidy/export-relpath.cpp works with Windows path separators.
llvm-svn: 347815
This commit is contained in:
parent
dd7369a316
commit
bc5679eaff
|
@ -1,7 +1,7 @@
|
|||
// RUN: rm -rf %T/clang-tidy/export-relpath
|
||||
// RUN: mkdir -p %T/clang-tidy/export-relpath/subdir
|
||||
// RUN: cp %s %T/clang-tidy/export-relpath/subdir/source.cpp
|
||||
// RUN: echo '[{ "directory": "%T/clang-tidy/export-relpath/subdir", "command": "clang++ source.cpp", "file": "%T/clang-tidy/export-relpath/subdir/source.cpp"}]' > %T/clang-tidy/export-relpath/subdir/compile_commands.json
|
||||
// RUN: echo '[{ "directory": "%/T/clang-tidy/export-relpath/subdir", "command": "clang++ source.cpp", "file": "%/T/clang-tidy/export-relpath/subdir/source.cpp"}]' > %T/clang-tidy/export-relpath/subdir/compile_commands.json
|
||||
//
|
||||
// Check that running clang-tidy in './subdir' and storing results
|
||||
// in './fixes.yaml' works as expected.
|
||||
|
|
Loading…
Reference in New Issue