mame/3rdparty/expat/tests
..
benchmark
acc_tests_cxx.cpp
acc_tests.c
acc_tests.h
alloc_tests_cxx.cpp
alloc_tests.c
alloc_tests.h
basic_tests_cxx.cpp
basic_tests.c
basic_tests.h
chardata_cxx.cpp
chardata.c
chardata.h
common_cxx.cpp
common.c
common.h
dummy_cxx.cpp
dummy.c
dummy.h
handlers_cxx.cpp
handlers.c
handlers.h
Makefile.am
Makefile.in
memcheck_cxx.cpp
memcheck.c
memcheck.h
minicheck_cxx.cpp
minicheck.c
minicheck.h
misc_tests_cxx.cpp
misc_tests.c
misc_tests.h
ns_tests_cxx.cpp
ns_tests.c
ns_tests.h
nsalloc_tests_cxx.cpp
nsalloc_tests.c
nsalloc_tests.h
README.md
runtests_cxx.cpp
runtests.c
structdata_cxx.cpp
structdata.c
structdata.h
udiffer.py
xmltest.log.expected
xmltest.sh

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.