view 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 source

#![allow(unused_imports, clippy::all)]
use libpam_sys::*;

include!(concat!(env!("OUT_DIR"), "/ctest.rs"));