Move ScalarTest to follow the class being tested

This should have been a part of r339127, but I missed it somehow.

llvm-svn: 339136
This commit is contained in:
Pavel Labath 2018-08-07 13:10:16 +00:00
parent a3f7b58742
commit 87730a6391
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@ add_lldb_unittest(LLDBCoreTests
EventTest.cpp
ListenerTest.cpp
MangledTest.cpp
ScalarTest.cpp
StreamCallbackTest.cpp
LINK_LIBS
@ -14,7 +13,6 @@ add_lldb_unittest(LLDBCoreTests
lldbPluginObjectFileELF
lldbPluginSymbolVendorELF
lldbUtilityHelpers
LLVMTestingSupport
LINK_COMPONENTS
Support
)

View File

@ -13,6 +13,7 @@ add_lldb_unittest(UtilityTests
LogTest.cpp
NameMatchesTest.cpp
RegisterValueTest.cpp
ScalarTest.cpp
StateTest.cpp
StatusTest.cpp
StreamTeeTest.cpp
@ -31,6 +32,7 @@ add_lldb_unittest(UtilityTests
LINK_LIBS
lldbUtility
lldbUtilityHelpers
LLVMTestingSupport
LINK_COMPONENTS
Support
)