comparison 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
comparison
equal deleted inserted replaced
126:57c812e308bd 127:c77846f3a979
1 #![allow(unused_imports, clippy::all)]
2 use libpam_sys::*;
3
4 include!(concat!(env!("OUT_DIR"), "/ctest.rs"));