opnsense-src/contrib/expat/tests
Xin LI 908f215e80 MFV: expat 2.6.4.
MFC after:      2 weeks
2024-12-08 20:25:01 -08:00
..
benchmark MFV: expat 2.6.3 2024-09-28 07:19:59 -07:00
acc_tests.c MFV: expat 2.6.3 2024-09-28 07:19:59 -07: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.4. 2024-12-08 20:25:01 -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.4. 2024-12-08 20:25:01 -08:00
common.h MFV: expat 2.6.4. 2024-12-08 20:25:01 -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.4. 2024-12-08 20:25:01 -08:00
handlers.h MFV: expat 2.6.4. 2024-12-08 20:25:01 -08:00
handlers_cxx.cpp MFV: expat 2.6.0. 2024-02-17 14:04:14 -08:00
Makefile.am MFV: expat 2.6.3 2024-09-28 07:19:59 -07:00
Makefile.in MFV: expat 2.6.3 2024-09-28 07:19:59 -07: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.4. 2024-12-08 20:25:01 -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.md MFV: expat 2.6.3 2024-09-28 07:19:59 -07:00
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 Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
xmltest.sh MFV f83ac37f1e: libbsdxml (expat) 2.4.3. 2022-01-17 16:34:41 -08:00

This directory contains the 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.

Expat must be built and, on some platforms, installed, before the tests can be run.