]> granicus.if.org Git - llvm/commitdiff
Rename TapiTests to TextAPITests
authorNico Weber <nicolasweber@gmx.de>
Thu, 3 Jan 2019 18:24:58 +0000 (18:24 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 3 Jan 2019 18:24:58 +0000 (18:24 +0000)
This makes the target name consistent with how all the other unit tests are
named.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350339 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/TextAPI/CMakeLists.txt

index 5f64c8a59005747221b5947216945e6e17096100..d7208b2b060fa06fdff4387b9bb05e4d0e146e23 100644 (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)