aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-25 16:56:58 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-25 16:56:58 +0000
commitb80b13fd2fb41897efd2487d8842e0b64ae9d6df (patch)
tree589ab16df895a229cf0135791f3c34a5aa6e6a58
parentBreakpad CFI parser: Add unit tests to XCode project. (diff)
downloadbreakpad-b80b13fd2fb41897efd2487d8842e0b64ae9d6df.tar.xz
Breakpad Linux symbol dumper: Remove unneeded objects from test executables
The dwarf_cu_to_module_unittest and bytereader_unittest test executables include object files from which they use no code. A=jimb R=thestig git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@617 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r--src/tools/linux/dump_syms/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/linux/dump_syms/Makefile b/src/tools/linux/dump_syms/Makefile
index 17f94722..011482de 100644
--- a/src/tools/linux/dump_syms/Makefile
+++ b/src/tools/linux/dump_syms/Makefile
@@ -255,10 +255,7 @@ clean::
check: check-dwarf_cu_to_module_unittest
check-dwarf_cu_to_module_unittest: dwarf_cu_to_module_unittest
dwarf_cu_to_module_unittest: \
- bytereader.o \
- dwarf2reader.o \
dwarf_cu_to_module.o \
- dwarf_line_to_module.o \
gmock-all.o \
gtest-all.o \
gtest_main.o \
@@ -323,7 +320,6 @@ bytereader_unittest: \
cfi_assembler.o \
gtest-all.o \
gtest_main.o \
- module.o \
test_assembler.o \
$(empty)
CPP_EXECUTABLES += bytereader_unittest