blob: 6a97f310ff320aad631a2df9d8a02549fe7abc7a [file] [log] [blame]
Manuel Klimek8fa2fb82012-07-10 13:10:51 +00001// RUN: rm -rf %t
2// RUN: mkdir -p %t/abc/def/ijk/qwe
3// RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
4// RUN: cp "%s" "%t/abc/def/ijk/qwe/test.cpp"
Rafael Espindolaa2148242013-08-10 01:40:10 +00005// RUN: ln -sf %t/abc/def %t/abc/def2
6// RUN: cd %t/abc/def2
Rafael Espindola96e78132013-07-04 16:16:58 +00007// RUN: not env PWD="%t/abc/def" clang-check "ijk/qwe/test.cpp" 2>&1 | FileCheck %s
Manuel Klimek8fa2fb82012-07-10 13:10:51 +00008
9// CHECK: C++ requires
Rafael Espindolaa2148242013-08-10 01:40:10 +000010// CHECK: /abc/def/ijk/qwe/test.cpp
Manuel Klimek8fa2fb82012-07-10 13:10:51 +000011invalid;
Manuel Klimeke265c872012-07-10 14:21:30 +000012
13// REQUIRES: shell