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
This commit is contained in:
ted.mielczarek 2010-06-25 16:56:58 +00:00
parent f16fbd5e96
commit b80b13fd2f

View File

@ -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