aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-02-17 00:48:38 -0500
committerMike Frysinger <vapier@chromium.org>2016-02-17 00:48:38 -0500
commit358c3b449cf7ddf5fe6c9b4e81fc02d0437960c9 (patch)
treed3d40016ddd85f157c49bad416ef3480d921a902 /Makefile.am
parentFixing a flaky Linux exploitability unittest. (diff)
downloadbreakpad-358c3b449cf7ddf5fe6c9b4e81fc02d0437960c9.tar.xz
linux_dumper_unittest_helper: move to a check-only binary
There's no need for this binary outside of local tests, so stop building/installing it by default. BUG=chromium:579384 TEST=`make check` passe R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1632933002 .
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cbcbba4d..41bab385 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -338,7 +338,9 @@ bin_PROGRAMS += \
endif !DISABLE_PROCESSOR
if LINUX_HOST
-bin_PROGRAMS += \
+EXTRA_PROGRAMS += \
+ src/client/linux/linux_dumper_unittest_helper
+CLEANFILES += \
src/client/linux/linux_dumper_unittest_helper
if !DISABLE_TOOLS