ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to have suffix "*Tests" for lit gtest runner to seek one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-12-19 00:41:08 +00:00
parent 2fcb0c34b3
commit 90a24a560a

View File

@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
Support
)
add_llvm_unittest(ArchiveFileDescriptor
add_llvm_unittest(ArchiveFileDescriptorTests
ArchiveFileDescriptor.cpp
)