README.txt revision 104349
1104349SphkThis directory contains the (fledgling) test suite for Expat.  The
2104349Sphktests provide general unit testing and regression coverage.  The tests
3104349Sphkare not expected to be useful examples of Expat usage; see the
4104349Sphkexamples/ directory for that.
5104349Sphk
6104349SphkThe Expat tests use the "Check" unit testing framework for C.  More
7104349Sphkinformation on Check can be found at:
8104349Sphk
9104349Sphk        http://check.sourceforge.net/
10104349Sphk
11104349SphkCheck 0.8 must be installed before the unit tests can be compiled & run.
12104349Sphk
13104349SphkSince both Check and this test suite are young, it can all change in a
14104349Sphklater version.
15