Run all C++ tests from a single executable (#3582)

This commit is contained in:
Dustin J. Mitchell 2024-08-11 20:20:17 -04:00 committed by GitHub
parent 4ff63a7960
commit c719cce4f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 138 additions and 94 deletions

24
Cargo.lock generated
View file

@ -1141,6 +1141,21 @@ dependencies = [
"sct",
]
[[package]]
name = "rustls"
version = "0.23.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
dependencies = [
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki 0.102.6",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
@ -1807,6 +1822,15 @@ dependencies = [
"rustls-pki-types",
]
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "windows-core"
version = "0.52.0"