aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2017-09-13 17:31:38 -0400
committerMike Frysinger <vapier@chromium.org>2017-09-13 21:56:40 +0000
commit0842e530e1054f1adf36f0e08422016fc6537b09 (patch)
tree3978773f5a0a6dd7e7a5c324ae70f8122ca86b0f /Makefile.am
parentdrop glog from the checkout (diff)
downloadbreakpad-0842e530e1054f1adf36f0e08422016fc6537b09.tar.xz
google_crashdump_uploader_test: integrate test into normal build
This is turned on in the gyp file, but not our automake build. Include it there to make sure we don't break it and keep coverage up. Bug: google-breakpad:360 Change-Id: If54ff04e62641b1c4a550db8a09f5ac09ff8765c Reviewed-on: https://chromium-review.googlesource.com/665798 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a8ee4af..6a980955 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -406,7 +406,8 @@ CLEANFILES += \
src/client/linux/linux_client_unittest_shlib
check_PROGRAMS += \
- src/client/linux/linux_client_unittest
+ src/client/linux/linux_client_unittest \
+ src/common/linux/google_crashdump_uploader_test
if !DISABLE_TOOLS
check_PROGRAMS += \
@@ -737,6 +738,17 @@ src_common_mac_macho_reader_unittest_LDADD = \
$(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
endif
+src_common_linux_google_crashdump_uploader_test_SOURCES = \
+ src/common/linux/google_crashdump_uploader.cc \
+ src/common/linux/google_crashdump_uploader_test.cc \
+ src/common/linux/libcurl_wrapper.cc
+src_common_linux_google_crashdump_uploader_test_CPPFLAGS = \
+ $(AM_CPPFLAGS) $(TEST_CFLAGS)
+src_common_linux_google_crashdump_uploader_test_LDADD = \
+ $(TEST_LIBS) \
+ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) \
+ -ldl
+
src_tools_linux_md2core_minidump_2_core_unittest_SOURCES = \
src/tools/linux/md2core/minidump_memory_range_unittest.cc
src_tools_linux_md2core_minidump_2_core_unittest_CPPFLAGS = \