Rename TapiTests to TextAPITests

This makes the target name consistent with how all the other unit tests are
named.

Differential Revision: https://reviews.llvm.org/D56216

llvm-svn: 350339
This commit is contained in:
Nico Weber 2019-01-03 18:24:58 +00:00
parent 4e71ff234e
commit 4f13d041ca
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ set(LLVM_LINK_COMPONENTS
TextAPI
)
add_llvm_unittest(TapiTests
add_llvm_unittest(TextAPITests
ELFYAMLTest.cpp
)
target_link_libraries(TapiTests PRIVATE LLVMTestingSupport)
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)