From 9e31dd76e322d48a0fd4fb39723ac953fccfdf06 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 3 Jan 2019 18:24:58 +0000 Subject: [PATCH] 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 --- unittests/TextAPI/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1