xref: /openbsd/lib/libexpat/tests/README.txt (revision 33ab7b2b)
1*33ab7b2bSbluhmThis directory contains the (fledgling) test suite for Expat.  The
2*33ab7b2bSbluhmtests provide general unit testing and regression coverage.  The tests
3*33ab7b2bSbluhmare not expected to be useful examples of Expat usage; see the
4*33ab7b2bSbluhmexamples/ directory for that.
5*33ab7b2bSbluhm
6*33ab7b2bSbluhmThe Expat tests use a partial internal implementation of the "Check"
7*33ab7b2bSbluhmunit testing framework for C. More information on Check can be found at:
8*33ab7b2bSbluhm
9*33ab7b2bSbluhm        http://check.sourceforge.net/
10*33ab7b2bSbluhm
11*33ab7b2bSbluhmExpat must be built and, depending on platform, must be installed, before "make check" can be executed.
12*33ab7b2bSbluhm
13*33ab7b2bSbluhmThis test suite can all change in a later version.
14