forked from OSchip/llvm-project
[lldb/Test] Fix unittest name
Lit looks for the Tests prefix in the unit test name.
This commit is contained in:
parent
17f7654152
commit
bfea1df9f0
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_unittest(ThreadTest
|
||||
add_lldb_unittest(ThreadTests
|
||||
ThreadTest.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
Loading…
Reference in New Issue