libexpat/expat/tests
2017-08-29 23:13:16 +02:00
..
benchmark benchmark: Indent preprocessor code 2017-08-26 17:18:10 +02:00
.gitignore Sync .gitignore 2016-05-28 19:55:40 +02:00
chardata.c Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
chardata.h Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
Makefile.am Include file tests/xmltest.log.expected in source tarball (#117) 2017-08-12 19:10:43 +02:00
memcheck.c Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
memcheck.h Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
minicheck.c Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
minicheck.h Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
README.txt Applied patch #3120699 with modifications. 2012-02-26 14:36:31 +00:00
runtests.c Fix test_alloc_realloc_nested_groups() to work in UTF-16 builds 2017-08-29 23:13:16 +02:00
runtests.sln Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions). 2016-06-17 14:34:46 -04:00
runtests.vcxproj Windows release: Update README, remove VC++ 6.0 files from installer, fix runtests.vcxproj file. 2017-06-17 12:05:48 -04:00
runtests.vcxproj.filters Test to catch Issue #17 2017-04-26 00:04:52 +02:00
runtestspp.cpp Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
xmltest.log.expected Update expected test log to match changes to xmlwf 2017-08-22 23:14:55 +02:00
xmltest.sh Add command-line arg "-N" to xmlwf to add notations to test output 2017-08-22 22:21:10 +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.