[fuchsia] Add tests group

We'll indirect through this group while we rename crashpad{_,-}tests.

Bug: fuchsia:22679
Change-Id: Ic4ca73ecbd6d3e2776a7b7ee8bbbd5012459be52
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315003
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Commit-Queue: Tamir Duberstein <tamird@google.com>
This commit is contained in:
Tamir Duberstein 2020-07-22 19:21:59 -04:00 committed by Commit Bot
parent 6c96d8fb78
commit 1a64e1cdc6

View File

@ -174,6 +174,10 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
},
]
}
group("tests") {
deps = [ ":crashpad_test" ]
}
}
} else if (crashpad_is_standalone || crashpad_is_external) {
test("crashpad_client_test") {