mame/3rdparty/expat/tests
2025-05-03 00:18:06 +10:00
..
benchmark 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
acc_tests_cxx.cpp
acc_tests.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
acc_tests.h
alloc_tests_cxx.cpp
alloc_tests.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
alloc_tests.h
basic_tests_cxx.cpp
basic_tests.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
basic_tests.h
chardata_cxx.cpp
chardata.c
chardata.h
common_cxx.cpp
common.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
common.h 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
dummy_cxx.cpp
dummy.c
dummy.h
handlers_cxx.cpp
handlers.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
handlers.h 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
Makefile.am 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
Makefile.in 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
memcheck_cxx.cpp
memcheck.c
memcheck.h
minicheck_cxx.cpp
minicheck.c
minicheck.h 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
misc_tests_cxx.cpp
misc_tests.c 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
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 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10:00
structdata_cxx.cpp
structdata.c
structdata.h
udiffer.py
xmltest.log.expected
xmltest.sh 3rdparty/expat: Updated expat to version 2.7.1. (#13643) 2025-05-03 00:18:06 +10: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.