diff libpam-sys/libpam-sys-test/tests/ctest.rs @ 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
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpam-sys/libpam-sys-test/tests/ctest.rs	Mon Jun 30 22:56:26 2025 -0400
@@ -0,0 +1,4 @@
+#![allow(unused_imports, clippy::all)]
+use libpam_sys::*;
+
+include!(concat!(env!("OUT_DIR"), "/ctest.rs"));