[MSF] Move MSF unit tests to their own unittest target.
authorZachary Turner <zturner@google.com>
Wed, 2 Aug 2017 22:26:09 +0000 (22:26 +0000)
committerZachary Turner <zturner@google.com>
Wed, 2 Aug 2017 22:26:09 +0000 (22:26 +0000)
commit018338e503880ac56457692ad2dee3c38945d629
tree217fdc4ade6370516ef5fff015e25b0a364e6821
parentc3d8eec9e9a96be8ab87dea895f5ee452347192d
[MSF] Move MSF unit tests to their own unittest target.

llvm-svn: 309895
llvm/unittests/DebugInfo/CMakeLists.txt
llvm/unittests/DebugInfo/MSF/CMakeLists.txt [new file with mode: 0644]
llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp [moved from llvm/unittests/DebugInfo/PDB/MSFBuilderTest.cpp with 99% similarity]
llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp [moved from llvm/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp with 99% similarity]
llvm/unittests/DebugInfo/PDB/CMakeLists.txt