Skip to content

Commit

Permalink
systest: Switch to ctest2
Browse files Browse the repository at this point in the history
gnzlbg/ctest#70

ctest2 is not perfect (see JohnTitor/ctest2#6
and other issues), but it is better than nothing and works for now.
  • Loading branch information
yodaldevoid committed Nov 5, 2024
1 parent e7336ad commit 1943d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ libssh2-sys = { path = "../libssh2-sys" }
libc = "0.2"

[build-dependencies]
ctest = "0.2"
ctest2 = "0.4"
4 changes: 2 additions & 2 deletions systest/build.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
extern crate ctest;
extern crate ctest2;

use std::env;

fn main() {
let mut cfg = ctest::TestGenerator::new();
let mut cfg = ctest2::TestGenerator::new();
cfg.header("libssh2.h")
.header("libssh2_publickey.h")
.header("libssh2_sftp.h")
Expand Down

0 comments on commit 1943d20

Please sign in to comment.