Index of /archives/NetBSD/NetBSD-release-9/src/external/mit/expat/dist/tests
Name Last modified Size Description
Parent Directory -
README.txt 2012-04-06 19:23 570
Makefile.am 2019-09-18 04:51 2.1K
Makefile.in 2019-09-18 04:51 42K
chardata.c 2019-09-18 04:51 3.0K
chardata.h 2019-09-18 04:51 2.1K
memcheck.c 2019-09-18 04:51 5.3K
memcheck.h 2019-09-18 04:51 2.1K
minicheck.c 2019-09-18 04:51 5.8K
minicheck.h 2019-09-18 04:51 4.0K
runtests.c 2019-09-18 04:51 448K
runtestspp.cpp 2019-09-18 04:51 1.7K
structdata.c 2019-09-18 04:51 4.5K
structdata.h 2019-09-18 04:51 2.4K
udiffer.py 2019-09-18 04:51 2.2K
xmltest.log.expected 2019-09-18 04:51 398
xmltest.sh 2019-09-18 04:51 3.5K
benchmark/ 2024-02-15 03:49 -
CVS/ 2024-02-15 03:51 -
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.