freebsd-src/contrib/expat/tests
Xin LI 4543ef5166 MFV: expat 2.6.0.
MFC after:	3 days
2024-02-17 14:04:14 -08:00
..
benchmark MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
acc_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
acc_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
acc_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
alloc_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
alloc_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
alloc_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
basic_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
basic_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
basic_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
chardata.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
chardata.h MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08:00
chardata_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
common.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
common.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
common_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
dummy.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
dummy.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
dummy_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
handlers.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
handlers.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
handlers_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
Makefile.am MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
Makefile.in MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
memcheck.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
memcheck.h MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08:00
memcheck_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
minicheck.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
minicheck.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
minicheck_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
misc_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
misc_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
misc_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
ns_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
ns_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
ns_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
nsalloc_tests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
nsalloc_tests.h MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
nsalloc_tests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
README.txt
runtests.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
runtests_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
structdata.c MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
structdata.h MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08:00
structdata_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
udiffer.py MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08:00
xmltest.log.expected
xmltest.sh MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08: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.