expat/tests
2025-03-05 13:57:38 +07:00
..
benchmark 2025-03-05 13:57:38 2025-03-05 13:57:38 +07:00
acc_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
acc_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
acc_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
alloc_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
alloc_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
alloc_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
basic_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
basic_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
basic_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
chardata.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
chardata.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
chardata_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
common.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
common.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
common_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
dummy.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
dummy.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
dummy_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
handlers.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
handlers.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
handlers_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
Makefile.am 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
Makefile.in 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
memcheck.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
memcheck.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
memcheck_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
minicheck.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
minicheck.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
minicheck_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
misc_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
misc_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
misc_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
ns_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
ns_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
ns_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
nsalloc_tests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
nsalloc_tests.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
nsalloc_tests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
README.md 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
runtests.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
runtests_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
structdata.c 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
structdata.h 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
structdata_cxx.cpp 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
udiffer.py 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
xmltest.log.expected 2025-03-05 13:47:07 2025-03-05 13:47:07 +07:00
xmltest.sh 2025-03-05 13:47:07 2025-03-05 13:47:07 +07: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.