[llvm-pdbdump] Add some tests for llvm-pdbdump.
authorZachary Turner <zturner@google.com>
Fri, 20 Feb 2015 23:05:57 +0000 (23:05 +0000)
committerZachary Turner <zturner@google.com>
Fri, 20 Feb 2015 23:05:57 +0000 (23:05 +0000)
commit7b9dbc91b9f1aaead7b6a326ec86c575abc163cc
treecb06b861517ed13f6aefe55733306b575af4890c
parentca6245c5541321f08974b4908617e3e8aebbab1a
[llvm-pdbdump] Add some tests for llvm-pdbdump.

This adds only a very basic set of tests that dump a few
functions and object files.

Differential Revision: http://reviews.llvm.org/D7656
Reviewed By: David Blaikie

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230083 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/PDB/Inputs/empty.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/empty.pdb [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.pdb [new file with mode: 0644]
test/DebugInfo/PDB/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-flags.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-symbol-format.test [new file with mode: 0644]
test/lit.site.cfg.in