mirror of
https://github.com/openharmony/third_party_rust_tokio.git
synced 2026-06-30 22:07:53 -04:00
6e63b18c62
Signed-off-by: hu-kai45 <hukai45@huawei.com>
Tests the various combination of feature flags. This is broken out to a separate crate to work around limitations with cargo features.
To run all of the tests in this directory, run the following commands:
cargo test --features full
cargo test --features rt
If one of the tests fail, you can pass TRYBUILD=overwrite to the cargo test
command that failed to have it regenerate the test output.