From: Nico Weber Date: Thu, 3 Jan 2019 18:24:58 +0000 (+0000) Subject: Rename TapiTests to TextAPITests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e31dd76e322d48a0fd4fb39723ac953fccfdf06;p=llvm 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350339 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/TextAPI/CMakeLists.txt b/unittests/TextAPI/CMakeLists.txt index 5f64c8a5900..d7208b2b060 100644 --- a/unittests/TextAPI/CMakeLists.txt +++ b/unittests/TextAPI/CMakeLists.txt @@ -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)