libexpat/expat/tests
Karl Waclawek 62649c54c3 - Added check for CXX compiler to configure.in, to make the tests compile
- Fixed invalid pointer cast (on 64bit systems) in runtests.c
2012-03-03 23:45:53 +00:00
..
benchmark Modified Windows project files to import properly into Visual Studio 2010. 2012-02-21 03:45:40 +00:00
.gitignore test using Expat from C++ 2005-01-28 05:19:53 +00:00
chardata.c If the check library is not available, use an abbreviated implementation of 2004-04-30 03:18:11 +00:00
chardata.h make the headers for support code more C++ friendly 2004-09-30 04:58:09 +00:00
minicheck.c if the test reports a failure message, always display it (it was 2006-07-01 14:54:06 +00:00
minicheck.h Added Windows project files (same VC++ 6.0 format as the others) and 2012-02-21 03:49:47 +00:00
README.txt Applied patch #3120699 with modifications. 2012-02-26 14:36:31 +00:00
runtests.c - Added check for CXX compiler to configure.in, to make the tests compile 2012-03-03 23:45:53 +00:00
runtests.dsp Added Windows project files (same VC++ 6.0 format as the others) and 2012-02-21 03:49:47 +00:00
runtests.dsw Added Windows project files (same VC++ 6.0 format as the others) and 2012-02-21 03:49:47 +00:00
runtestspp.cpp test using Expat from C++ 2005-01-28 05:19:53 +00:00
xmltest.sh - Move diff to unified 2008-08-03 18:19:12 +00: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.