Skip to content

Commit 8197e3c

Browse files
committed
test: update tests for async
1 parent afe60d0 commit 8197e3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ct.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ if [ "$TRAVIS_RUST_VERSION" == "stable" ] || [ "$TRAVIS_RUST_VERSION" == "beta"
3333
cargo test --features pkcs12 --target $TARGET
3434
cargo test --features pkcs12_rc2 --target $TARGET
3535
cargo test --features dsa --target $TARGET
36+
cargo test --test hyper13 --features=std,async-rt --target $TARGET
37+
cargo test --test async_session --features=async-rt --target $TARGET
3638

3739
# If zlib is installed, test the zlib feature
3840
if [ -n "$ZLIB_INSTALLED" ]; then

mbedtls/tests/async_session.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* according to those terms. */
88

99
#![cfg(not(target_env = "sgx"))]
10-
1110
extern crate mbedtls;
1211

1312
use std::sync::Arc;

0 commit comments

Comments
 (0)