llvm/test/tools/llvm-config/cflags.test
Chris Bieneman 1c770ffdad [llvm-config] Fix cflags test looking for "error"
This test is (I think) actually trying to make sure no errors are printed, but it hits on the string "error" in flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289484 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-12 23:03:28 +00:00

8 lines
213 B
Plaintext

RUN: llvm-config --cflags 2>&1 | FileCheck %s
RUN: llvm-config --cppflags 2>&1 | FileCheck %s
RUN: llvm-config --cxxflags 2>&1 | FileCheck %s
CHECK: -I
CHECK: {{[/\\]}}include
CHECK-NOT: error:
CHECK-NOT: warning