xref: /freebsd/contrib/expat/tests/README.md (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
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