mame/3rdparty/expat/tests
Vas Crabb d256f069a5 -3rdparty/expat: Update to 2.2.10."
-Fixed tiny build (missing s11c_bg_device) and unused lambda capture in emu/rendlay.cpp.
2020-10-15 04:28:42 +11:00
..
benchmark -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
chardata.c -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
chardata.h -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
Makefile.am -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
Makefile.in -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
memcheck.c -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
memcheck.h -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
minicheck.c -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
minicheck.h -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
README.txt
runtests.c -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
runtestspp.cpp -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
structdata.c -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
structdata.h -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
udiffer.py -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
xmltest.log.expected -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11:00
xmltest.sh -3rdparty/expat: Update to 2.2.10." 2020-10-15 04:28:42 +11: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.