mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
In the Fuchsia tree, tests can now be run via `fx run-test crashpad_test`. Bug: crashpad:196 Change-Id: I427cde7090b00b46c9d6a948664701f98b014e9d Reviewed-on: https://chromium-review.googlesource.com/c/1481811 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Francois Rousseau <frousseau@google.com>
22 lines
336 B
Plaintext
22 lines
336 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"system-services": [
|
|
"fuchsia.net.SocketProvider"
|
|
]
|
|
}
|
|
},
|
|
"program": {
|
|
"binary": "test/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"system-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.SocketProvider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|