Index of /archives/NetBSD/NetBSD-release-10/src/external/mit/expat/dist/tests
Name Last modified Size Description
Parent Directory -
CVS/ 2022-12-18 05:37 -
Makefile.am 2022-02-24 00:21 2.4K
Makefile.in 2022-02-24 00:21 43K
README.txt 2012-04-06 19:23 570
benchmark/ 2022-12-18 05:35 -
chardata.c 2022-02-24 00:21 3.2K
chardata.h 2022-02-24 00:21 2.2K
memcheck.c 2022-02-24 00:21 5.3K
memcheck.h 2022-02-24 00:21 2.1K
minicheck.c 2022-02-24 00:21 6.4K
minicheck.h 2022-02-24 00:21 4.1K
runtests.c 2022-02-24 00:21 475K
runtestspp.cpp 2022-02-24 00:21 1.7K
structdata.c 2022-02-24 00:21 4.5K
structdata.h 2022-02-24 00:21 2.3K
udiffer.py 2022-02-24 00:21 2.3K
xmltest.log.expected 2019-09-16 15:21 398
xmltest.sh 2022-02-24 00:24 5.2K
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.