Skip to content

Commit 79a304a

Browse files
committed
Replace ctest2 with ctest
Fixes #2402
1 parent 132418b commit 79a304a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

systest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libc = "0.2"
99
openssl-sys = { path = "../openssl-sys" }
1010

1111
[build-dependencies]
12-
ctest2 = "0.4.7"
12+
ctest = "0.4.11"
1313

1414
[features]
1515
vendored = ['openssl-sys/vendored']

systest/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::env;
77
mod cfgs;
88

99
fn main() {
10-
let mut cfg = ctest2::TestGenerator::new();
10+
let mut cfg = ctest::TestGenerator::new();
1111
let target = env::var("TARGET").unwrap();
1212

1313
if let Ok(out) = env::var("DEP_OPENSSL_INCLUDE") {

0 commit comments

Comments
 (0)