Mercurial > crates > nonstick
view libpam-sys/libpam-sys-test/README.md @ 153:3036f2e6a022
Add module-specific data support.
This adds support for a safe form of `pam_get_data` and `pam_set_data`,
where data is (as best as humanly possible) type-safe and restricted
to only the module where it was created.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 08 Jul 2025 00:31:54 -0400 |
parents | 5b2de52dd8b2 |
children |
line wrap: on
line source
# The `libpam-sys` tests This crate exists to provide tests for `libpam-sys`, without being part of it and having all its dependencies come along. It works like [the `libc-test` crate][libc-test] for `libc` (and also uses `ctest`). The `build.rs` script generates test code which is included by files in `tests/`. [libc-test]: https://github.com/rust-lang/libc/tree/ctest-v0.4.11/libc-test