Skip to content

Commit c9aba5f

Browse files
committed
Use ctest from git to allow testing linux x32
1 parent 19530c0 commit c9aba5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build = "build.rs"
88
libc = { path = ".." }
99

1010
[build-dependencies]
11-
ctest = "0.1.6"
11+
ctest = { git = "https://github.com/alexcrichton/ctest" }
1212

1313
[[test]]
1414
name = "main"

0 commit comments

Comments
 (0)