3 // RUN: mkdir -p %t.dir
4 // RUN: cp %s %t.dir/no-werror_input.cpp
5 // RUN: cp %s %t.dir/no-werror_input_clangcl.cpp
6 // RUN: mkdir %t.dir/Inputs
7 // RUN: cp %S/Inputs/sys-header.h %t.dir/Inputs/sys-header.h
8 // RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/no-werror.json > %t.cdb
10 // RUN: clang-scan-deps -compilation-database %t.cdb -j 1 | FileCheck %s
14 #include "sys-header.h"
16 // CHECK: no-werror_input.cpp
17 // CHECK-NEXT: Inputs{{/|\\}}sys-header.h
19 // CHECK: no-werror_input_clangcl.cpp
20 // CHECK-NEXT: Inputs{{/|\\}}sys-header.h