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:
parent
f16fbd5e96
commit
b80b13fd2f
@ -255,10 +255,7 @@ clean::
|
|||||||
check: check-dwarf_cu_to_module_unittest
|
check: check-dwarf_cu_to_module_unittest
|
||||||
check-dwarf_cu_to_module_unittest: dwarf_cu_to_module_unittest
|
check-dwarf_cu_to_module_unittest: 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_cu_to_module.o \
|
||||||
dwarf_line_to_module.o \
|
|
||||||
gmock-all.o \
|
gmock-all.o \
|
||||||
gtest-all.o \
|
gtest-all.o \
|
||||||
gtest_main.o \
|
gtest_main.o \
|
||||||
@ -323,7 +320,6 @@ bytereader_unittest: \
|
|||||||
cfi_assembler.o \
|
cfi_assembler.o \
|
||||||
gtest-all.o \
|
gtest-all.o \
|
||||||
gtest_main.o \
|
gtest_main.o \
|
||||||
module.o \
|
|
||||||
test_assembler.o \
|
test_assembler.o \
|
||||||
$(empty)
|
$(empty)
|
||||||
CPP_EXECUTABLES += bytereader_unittest
|
CPP_EXECUTABLES += bytereader_unittest
|
||||||
|
Loading…
Reference in New Issue
Block a user