mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 02:14:23 +00:00
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
b74598e93b
commit
5bd83087aa
@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_unittest(ArchiveFileDescriptor
|
||||
add_llvm_unittest(ArchiveFileDescriptorTests
|
||||
ArchiveFileDescriptor.cpp
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user