forked from OSchip/llvm-project
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:
parent
a0ca50153b
commit
5df7f2e7b1
|
@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
Support
|
||||
)
|
||||
|
||||
add_llvm_unittest(ArchiveFileDescriptor
|
||||
add_llvm_unittest(ArchiveFileDescriptorTests
|
||||
ArchiveFileDescriptor.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue