Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
93b3ec83
Commit
93b3ec83
authored
4 years ago
by
Steven Fackler
Browse files
Options
Downloads
Patches
Plain Diff
switch to ctest2
parent
7993bebe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
systest/Cargo.toml
+1
-1
1 addition, 1 deletion
systest/Cargo.toml
systest/build.rs
+1
-1
1 addition, 1 deletion
systest/build.rs
with
2 additions
and
2 deletions
systest/Cargo.toml
+
1
−
1
View file @
93b3ec83
...
@@ -9,7 +9,7 @@ libc = "0.2"
...
@@ -9,7 +9,7 @@ libc = "0.2"
openssl-sys
=
{
path
=
"../openssl-sys"
}
openssl-sys
=
{
path
=
"../openssl-sys"
}
[build-dependencies]
[build-dependencies]
ctest
=
"0.
2
"
ctest
2
=
"0.
4
"
[features]
[features]
vendored
=
[
'openssl-sys/vendored'
]
vendored
=
[
'openssl-sys/vendored'
]
This diff is collapsed.
Click to expand it.
systest/build.rs
+
1
−
1
View file @
93b3ec83
...
@@ -5,7 +5,7 @@ use std::env;
...
@@ -5,7 +5,7 @@ use std::env;
mod
cfgs
;
mod
cfgs
;
fn
main
()
{
fn
main
()
{
let
mut
cfg
=
ctest
::
TestGenerator
::
new
();
let
mut
cfg
=
ctest
2
::
TestGenerator
::
new
();
let
target
=
env
::
var
(
"TARGET"
)
.unwrap
();
let
target
=
env
::
var
(
"TARGET"
)
.unwrap
();
if
let
Ok
(
out
)
=
env
::
var
(
"DEP_OPENSSL_INCLUDE"
)
{
if
let
Ok
(
out
)
=
env
::
var
(
"DEP_OPENSSL_INCLUDE"
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment