mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
2fcb0c34b3
commit
90a24a560a
@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_unittest(ArchiveFileDescriptor
|
||||
add_llvm_unittest(ArchiveFileDescriptorTests
|
||||
ArchiveFileDescriptor.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user