From 6eccfe32b112c68446e3fc4da30ceb1af8465e51 Mon Sep 17 00:00:00 2001 From: jimblandy Date: Wed, 1 Feb 2012 14:57:58 +0000 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1