[fuchsia] Mark tests group testonly

Bug: fuchsia:22679
Change-Id: Ief6171ef8b00997edfc36e6fb6214c582a1b3f11
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315007
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Tamir Duberstein 2020-07-22 20:58:26 -04:00 committed by Commit Bot
parent 1a64e1cdc6
commit 13fd1561dc

View File

@ -176,6 +176,8 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
}
group("tests") {
testonly = true
deps = [ ":crashpad_test" ]
}
}