summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-26 13:07:02 +0000
committerPavel Labath <pavel@labath.sk>2019-08-26 13:07:02 +0000
commitb54efd28c4dc37076caf9f5dc69a857f1493e0e1 (patch)
treed37d214a6728019bb169c855e9a722c3590bf90b
parent602f29fd7cca41c5e7a7e276f1df27def6334afa (diff)
downloadbcm5719-llvm-b54efd28c4dc37076caf9f5dc69a857f1493e0e1.tar.gz
bcm5719-llvm-b54efd28c4dc37076caf9f5dc69a857f1493e0e1.zip
Move ProcessInstanceInfoTest to Utility
The class under test was moved in r355342. This moves the test code too. llvm-svn: 369907
-rw-r--r--lldb/unittests/Target/CMakeLists.txt1
-rw-r--r--lldb/unittests/Utility/CMakeLists.txt1
-rw-r--r--lldb/unittests/Utility/ProcessInstanceInfoTest.cpp (renamed from lldb/unittests/Target/ProcessInstanceInfoTest.cpp)0
3 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Target/CMakeLists.txt b/lldb/unittests/Target/CMakeLists.txt
index d026b9ae714..e63b1d077de 100644
--- a/lldb/unittests/Target/CMakeLists.txt
+++ b/lldb/unittests/Target/CMakeLists.txt
@@ -3,7 +3,6 @@ add_lldb_unittest(TargetTests
MemoryRegionInfoTest.cpp
ModuleCacheTest.cpp
PathMappingListTest.cpp
- ProcessInstanceInfoTest.cpp
LINK_LIBS
lldbCore
diff --git a/lldb/unittests/Utility/CMakeLists.txt b/lldb/unittests/Utility/CMakeLists.txt
index 78857c7e647..d56fda61959 100644
--- a/lldb/unittests/Utility/CMakeLists.txt
+++ b/lldb/unittests/Utility/CMakeLists.txt
@@ -18,6 +18,7 @@ add_lldb_unittest(UtilityTests
NameMatchesTest.cpp
PredicateTest.cpp
ProcessInfoTest.cpp
+ ProcessInstanceInfoTest.cpp
RangeMapTest.cpp
RangeTest.cpp
RegisterValueTest.cpp
diff --git a/lldb/unittests/Target/ProcessInstanceInfoTest.cpp b/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
index 334bab143c5..334bab143c5 100644
--- a/lldb/unittests/Target/ProcessInstanceInfoTest.cpp
+++ b/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
OpenPOWER on IntegriCloud