libexpat/expat/tests
2019-08-11 19:38:08 +02:00
..
benchmark Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
.gitignore tests/.gitignore: Add .log and .trs 2018-08-12 21:40:00 +02:00
chardata.c Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
chardata.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
Makefile.am udiffer.py: Ship with tarballs 2017-09-09 19:20:40 +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 Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02: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 runtests.c: Add two test cases for/from issue #240 2019-08-04 15:17:07 +02:00
runtests.sln
runtests.vcxproj Add support for structured data in test handlers 2017-08-29 23:19:34 +02:00
runtests.vcxproj.filters Add support for structured data in test handlers 2017-08-29 23:19:34 +02:00
runtestspp.cpp
structdata.c Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +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: Remove dead code 2019-08-11 19:38:08 +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.