[lldb/Test] Fix unittest name

Lit looks for the Tests prefix in the unit test name.
This commit is contained in:
Jonas Devlieghere 2020-06-12 14:00:57 -07:00
parent 17f7654152
commit bfea1df9f0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
add_lldb_unittest(ThreadTest
add_lldb_unittest(ThreadTests
ThreadTest.cpp
LINK_LIBS