libexpat/expat/tests
Sebastian Pipping 6da1f19625
Merge pull request #318 from libexpat/issue-317
Deny internal entities closing the doctype (for #317)
2019-09-03 22:00:41 +02:00
..
benchmark win32: Remove MSVC solution and project files 2019-08-29 02:35:05 +02:00
.gitignore
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
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 update xmlwf and tests to new UNUSED_P definition 2019-08-16 12:20:00 -04: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 tests: Cover denying internal entities closing the doctype 2019-08-28 17:20:51 +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
xmltest.log.expected
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.