diff libpam-sys/libpam-sys-test/Cargo.toml @ 127:c77846f3a979

GET CTEST WORKING. This will verify that the functions we're exporting are correct. It has been a nightmare.
author Paul Fisher <paul@pfish.zone>
date Mon, 30 Jun 2025 22:56:26 -0400
parents 2b255c92417b
children
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-test/Cargo.toml	Mon Jun 30 21:52:10 2025 -0400
+++ b/libpam-sys/libpam-sys-test/Cargo.toml	Mon Jun 30 22:56:26 2025 -0400
@@ -6,10 +6,13 @@
 publish = false
 
 [dependencies]
+libc = "0.2.174"
 libpam-sys = { path = ".." }
 
 [build-dependencies]
 bindgen = "0.72.0"
+ctest = "0.4.11"
 libpam-sys-impls = { path = "../libpam-sys-impls" }
+proc-macro2 = "1.0.95"
 quote = "1.0.40"
 syn = { version = "2.0.104", features = ["full"] }