Martin Prikryl 875fba92ee Merge branch 'thirdparty_dev' into dev 7 years ago
..
benchmark 875fba92ee Merge branch 'thirdparty_dev' into dev 7 years ago
Makefile.am a4f5c61270 Expat 2.2.5 7 years ago
README.txt 2e4b4738f0 5.2 8 years ago
chardata.c a4f5c61270 Expat 2.2.5 7 years ago
chardata.h a4f5c61270 Expat 2.2.5 7 years ago
memcheck.c de4c040bc5 Expat 2.2.4 7 years ago
memcheck.h de4c040bc5 Expat 2.2.4 7 years ago
minicheck.c de4c040bc5 Expat 2.2.4 7 years ago
minicheck.h de4c040bc5 Expat 2.2.4 7 years ago
runtests.c 7c943e4fa4 Expat 2.2.6 7 years ago
runtests.sln de4c040bc5 Expat 2.2.4 7 years ago
runtests.vcxproj a4f5c61270 Expat 2.2.5 7 years ago
runtests.vcxproj.filters a4f5c61270 Expat 2.2.5 7 years ago
runtestspp.cpp de4c040bc5 Expat 2.2.4 7 years ago
structdata.c 7c943e4fa4 Expat 2.2.6 7 years ago
structdata.h a4f5c61270 Expat 2.2.5 7 years ago
udiffer.py a4f5c61270 Expat 2.2.5 7 years ago
xmltest.log.expected a4f5c61270 Expat 2.2.5 7 years ago
xmltest.sh a4f5c61270 Expat 2.2.5 7 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.