aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-02-01 14:57:58 +0000
committerjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-02-01 14:57:58 +0000
commit6eccfe32b112c68446e3fc4da30ceb1af8465e51 (patch)
treecd46ce692ad3e374a07fba577e4d8fe239c18140 /Makefile.am
parentChange some functions in linux_libc_support.h to use intmax_t instead of int. (diff)
downloadbreakpad-6eccfe32b112c68446e3fc4da30ceb1af8465e51.tar.xz
Add partial unit tests for dwarf2reader::CompilationUnit.
This is really incomplete --- it's just what's needed to get started testing support for the DWARF 4 attribute forms. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@910 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 934b72d2..080d63db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -398,6 +398,7 @@ src_common_dumper_unittest_SOURCES = \
src/common/dwarf/dwarf2diehandler_unittest.cc \
src/common/dwarf/dwarf2reader.cc \
src/common/dwarf/dwarf2reader_cfi_unittest.cc \
+ src/common/dwarf/dwarf2reader_die_unittest.cc \
src/common/linux/dump_symbols.cc \
src/common/linux/dump_symbols_unittest.cc \
src/common/linux/elf_core_dump.cc \