diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
| commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
| tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/tools/llvm-config/libs.test | |
| parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) | |
Diffstat (limited to 'test/tools/llvm-config/libs.test')
| -rw-r--r-- | test/tools/llvm-config/libs.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/tools/llvm-config/libs.test b/test/tools/llvm-config/libs.test new file mode 100644 index 0000000000000..39b8834e24618 --- /dev/null +++ b/test/tools/llvm-config/libs.test @@ -0,0 +1,5 @@ +RUN: llvm-config --libs core support 2>&1 | FileCheck %s +CHECK: LLVMCore +CHECK: LLVMSupport +CHECK-NOT: error +CHECK-NOT: warning |
