xref: /aosp_15_r20/bionic/tests/headers/posix/README.md (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1# POSIX header tests
2
3These compile-time tests check that each POSIX header contains _at
4least_ what POSIX says. Every POSIX header file gets a corresponding
5`.c` file in this directory. Every constant, macro, type, struct field,
6and function in the header gets a corresponding assertion in the file.
7
8See `header_checks.h` for the implementation of the assertions.
9