libexpat/expat/tests
2021-04-25 22:51:23 +02:00
..
benchmark Update Autotools to use AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGS 2020-03-17 20:35:20 +01:00
.gitignore .gitignore: Add missing build results (CMake, qa.sh) 2019-09-05 19:38:36 +02:00
chardata.c Resolve macro HAVE_EXPAT_CONFIG_H 2021-04-22 00:11:28 +02:00
chardata.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
Makefile.am Autotools: Give test suite access to internal symbols 2021-04-05 20:05:50 +02:00
memcheck.c Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
memcheck.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
minicheck.c tests: Show failure location for normal mode output as well 2020-10-25 21:14:18 +01:00
minicheck.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
README.txt
runtests.c Revert "runtests.c: Fix compiler warning "unused function" with -DEXPAT_MIN_SIZE=ON" 2021-04-25 22:51:23 +02:00
runtestspp.cpp Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
structdata.c Resolve macro HAVE_EXPAT_CONFIG_H 2021-04-22 00:11:28 +02:00
structdata.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
udiffer.py udiffer.py: Improve overall structure 2017-09-09 18:21:18 +02:00
xmltest.log.expected Update expected test log to match changes to xmlwf 2017-08-22 23:14:55 +02:00
xmltest.sh xmltest.sh: Adapt to fixed xmlwf exit code 2019-09-06 19:53:36 +02: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.