libexpat/expat/tests
2017-06-17 01:04:09 +02:00
..
benchmark examples|tests|xmlwf: Drop AmigaOS 4.x include (issue #14) 2017-06-07 20:31:15 +02:00
.gitignore
chardata.c
chardata.h
memcheck.c Test to catch Issue #17 2017-04-26 00:04:52 +02:00
memcheck.h Test to catch Issue #17 2017-04-26 00:04:52 +02:00
minicheck.c Fix misuse of realloc in tcase_add_test() 2017-05-24 19:08:54 +02:00
minicheck.h Fix __func__ for -std=c89 with GCC 5.4.0 (fixes #12) 2017-03-08 22:25:37 +01:00
README.txt
runtests.c Merge branch 'siphash' 2017-06-17 01:04:09 +02:00
runtests.sln
runtests.vcxproj Visual Studio 20xx: No longer define WIN32 2017-05-25 15:25:18 +02:00
runtests.vcxproj.filters Test to catch Issue #17 2017-04-26 00:04:52 +02:00
runtestspp.cpp
xmltest.log.expected
xmltest.sh Make "make run-xmltest" work for MinGW cross-compilation 2017-06-14 22:36:51 +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.