From bfea1df9f01393bac6d2ce6a45d3b764b01e9e9e Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 12 Jun 2020 14:00:57 -0700 Subject: [PATCH] [lldb/Test] Fix unittest name Lit looks for the Tests prefix in the unit test name. --- lldb/unittests/Process/CMakeLists.txt | 2 +- lldb/unittests/Thread/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/unittests/Process/CMakeLists.txt b/lldb/unittests/Process/CMakeLists.txt index 50d0e75167ea..e068908d09fb 100644 --- a/lldb/unittests/Process/CMakeLists.txt +++ b/lldb/unittests/Process/CMakeLists.txt @@ -5,7 +5,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") endif() add_subdirectory(minidump) -add_lldb_unittest(ProcessEventDataTest +add_lldb_unittest(ProcessEventDataTests ProcessEventDataTest.cpp LINK_LIBS diff --git a/lldb/unittests/Thread/CMakeLists.txt b/lldb/unittests/Thread/CMakeLists.txt index aa5b777f4b2e..d6e365adac5d 100644 --- a/lldb/unittests/Thread/CMakeLists.txt +++ b/lldb/unittests/Thread/CMakeLists.txt @@ -1,4 +1,4 @@ -add_lldb_unittest(ThreadTest +add_lldb_unittest(ThreadTests ThreadTest.cpp LINK_LIBS