diff libpam-sys/libpam-sys-test/README.md @ 129:5b2de52dd8b2

Cleanups: create readmes, add a few docs, remove cruft.
author Paul Fisher <paul@pfish.zone>
date Mon, 30 Jun 2025 23:49:54 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpam-sys/libpam-sys-test/README.md	Mon Jun 30 23:49:54 2025 -0400
@@ -0,0 +1,8 @@
+# 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