diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-11-12 02:11:04 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-12 02:11:04 +0000 |
| commit | 415ecbc34a5048d8056939883606c22c52a64266 (patch) | |
| tree | ed949f65471456b31a08cbb5ae4a8bcf55395e3c /llvm | |
| parent | 52823cc91ca541cc0ee5dd6395a7dad2150987bd (diff) | |
| download | bcm5719-llvm-415ecbc34a5048d8056939883606c22c52a64266.tar.gz bcm5719-llvm-415ecbc34a5048d8056939883606c22c52a64266.zip | |
LLVMBuild: Add info for gtest.
llvm-svn: 144445
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/unittest/LLVMBuild.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/llvm/utils/unittest/LLVMBuild.txt b/llvm/utils/unittest/LLVMBuild.txt new file mode 100644 index 00000000000..2810567f4ae --- /dev/null +++ b/llvm/utils/unittest/LLVMBuild.txt @@ -0,0 +1,28 @@ +;===- ./utils/unittest/LLVMBuild.txt ---------------------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Library +name = gtest +parent = Libraries +required_libraries = Support + +[component_1] +type = Library +name = gtest_main +parent = Libraries +required_libraries = gtest |

