chdman/3rdparty/expat/tests
2022-01-05 08:45:19 +02:00
..
benchmark Initial organization of files 2022-01-05 08:45:19 +02:00
chardata.c Initial organization of files 2022-01-05 08:45:19 +02:00
chardata.h Initial organization of files 2022-01-05 08:45:19 +02:00
Makefile.am Initial organization of files 2022-01-05 08:45:19 +02:00
Makefile.in Initial organization of files 2022-01-05 08:45:19 +02:00
memcheck.c Initial organization of files 2022-01-05 08:45:19 +02:00
memcheck.h Initial organization of files 2022-01-05 08:45:19 +02:00
minicheck.c Initial organization of files 2022-01-05 08:45:19 +02:00
minicheck.h Initial organization of files 2022-01-05 08:45:19 +02:00
README.txt Initial organization of files 2022-01-05 08:45:19 +02:00
runtests.c Initial organization of files 2022-01-05 08:45:19 +02:00
runtestspp.cpp Initial organization of files 2022-01-05 08:45:19 +02:00
structdata.c Initial organization of files 2022-01-05 08:45:19 +02:00
structdata.h Initial organization of files 2022-01-05 08:45:19 +02:00
udiffer.py Initial organization of files 2022-01-05 08:45:19 +02:00
xmltest.log.expected Initial organization of files 2022-01-05 08:45:19 +02:00
xmltest.sh Initial organization of files 2022-01-05 08:45:19 +02:00

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.