Martin Prikryl 91ec68444a Expat 2.4.8 3 years ago
..
benchmark 23a829a2a2 Expat 2.4.6 3 years ago
Makefile.am fbf97f82d8 Expat 2.4.2 4 years ago
Makefile.in c8364d110c Expat 2.4.4 3 years ago
README.txt 2e4b4738f0 5.2 8 years ago
chardata.c 1cee3c013c Expat 2.4.1 4 years ago
chardata.h 1cee3c013c Expat 2.4.1 4 years ago
memcheck.c 1cee3c013c Expat 2.4.1 4 years ago
memcheck.h 1cee3c013c Expat 2.4.1 4 years ago
minicheck.c 1cee3c013c Expat 2.4.1 4 years ago
minicheck.h 1cee3c013c Expat 2.4.1 4 years ago
runtests.c 91ec68444a Expat 2.4.8 3 years ago
runtestspp.cpp 1cee3c013c Expat 2.4.1 4 years ago
structdata.c 1cee3c013c Expat 2.4.1 4 years ago
structdata.h 1cee3c013c Expat 2.4.1 4 years ago
udiffer.py 1cee3c013c Expat 2.4.1 4 years ago
xmltest.log.expected a4f5c61270 Expat 2.2.5 7 years ago
xmltest.sh 1cee3c013c Expat 2.4.1 4 years ago

README.txt

This directory contains the (fledgling) 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/ directory for that.

The Expat tests use a partial internal implementation of the "Check"
unit testing framework for C. More information on Check can be found at:

http://check.sourceforge.net/

Expat must be built and, depending on platform, must be installed, before "make check" can be executed.

This test suite can all change in a later version.