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