xref: /freebsd/contrib/expat/tests/README.md (revision 59f5f100b774de8824fb2fc1a8a11a93bbc2dafd)
1This directory contains the test suite for Expat.  The tests provide
2general unit testing and regression coverage.  The tests are not
3expected to be useful examples of Expat usage; see the
4[examples](../examples) directory for that.
5
6The Expat tests use a partial internal implementation of the
7[Check](https://libcheck.github.io/check/) unit testing framework for
8C.
9
10Expat must be built and, on some platforms, installed, before the
11tests can be run.
12