view libpam-sys/libpam-sys-test/README.md @ 134:6c1e1bdb4164

Use standard #[cfg] directives rather than custom proc macros. Instead of having to do a bunch of custom parsing and other logic that tools often choke on, this change introduces an easy way to depend upon custom #[cfg]s provided by the libpam-sys crate.
author Paul Fisher <paul@pfish.zone>
date Thu, 03 Jul 2025 11:03:36 -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