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

llvm-svn: 197636
This commit is contained in:
NAKAMURA Takumi 2013-12-19 00:41:08 +00:00
parent a0ca50153b
commit 5df7f2e7b1
1 changed files with 1 additions and 1 deletions

View File

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