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