mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +03:00
12 lines
453 B
Markdown
12 lines
453 B
Markdown
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.
|