Attention is currently required from: Evan Benn.
Hello Evan Benn, Hsuan Ting Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/82231?usp=email
to look at the new patch set (#2).
Change subject: flashrom-tester: Include flashrom/src/cmd.rs tests in Cargo workspace ......................................................................
flashrom-tester: Include flashrom/src/cmd.rs tests in Cargo workspace
Ensure ChromeOS ebuild (ecargo_test) runs all unit tests, including those under flashrom/src/cmd.rs which were previously being skipped due to not being in the default Cargo workspace.
By adding flashrom/ to the [workspace] section of Cargo.toml, these tests will now be consistently included when building and testing flashrom-tester on ChromeOS.
References: * ebuild of flashrom-tester: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/r... * ecarg_test: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/r...
BUG=b:338962302 TEST=FEATURES=test emerge-corsola flashrom-tester Could see tests like cmd::tests::decode_io_opt ... ok
Change-Id: Ic23bc35592e6d7d8dd24c71630ea9a2eb2d58573 Signed-off-by: Hsuan Ting Chen roccochen@chromium.org --- M util/flashrom_tester/Cargo.toml 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/31/82231/2