Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index 97472124845b419c1f596b40d9c36850f115cb5d..899cfef080e317485b3394c2b42d64f2c7e3408e 100644 |
--- a/breakpad/BUILD.gn |
+++ b/breakpad/BUILD.gn |
@@ -480,7 +480,7 @@ if (is_linux) { |
] |
} |
- executable("breakpad_unittests") { |
+ test("breakpad_unittests") { |
sources = [ |
"linux/breakpad_googletest_includes.h", |
"src/client/linux/handler/exception_handler_unittest.cc", |
@@ -542,6 +542,7 @@ if (is_linux) { |
} |
executable("linux_dumper_unittest_helper") { |
+ testonly = true |
sources = [ |
"src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc", |
] |
@@ -560,6 +561,7 @@ if (is_linux) { |
executable("generate_test_dump") { |
+ testonly = true |
sources = [ |
"linux/generate-test-dump.cc", |
] |