[PATCH] D56216: Rename TapiTests to TextAPITests

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 12:40:32 PST 2019


thakis created this revision.
thakis added reviewers: amontanez, ributzka.
Herald added a subscriber: mgorny.

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


https://reviews.llvm.org/D56216

Files:
  unittests/TextAPI/CMakeLists.txt


Index: unittests/TextAPI/CMakeLists.txt
===================================================================
--- unittests/TextAPI/CMakeLists.txt
+++ unittests/TextAPI/CMakeLists.txt
@@ -2,8 +2,8 @@
   TextAPI
 )
 
-add_llvm_unittest(TapiTests
+add_llvm_unittest(TextAPITests
   ELFYAMLTest.cpp
 )
 
-target_link_libraries(TapiTests PRIVATE LLVMTestingSupport)
+target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56216.179925.patch
Type: text/x-patch
Size: 424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/555103aa/attachment.bin>


More information about the llvm-commits mailing list