1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00
FBReaderJ/jni/expat-2.0.1/tests
2012-02-23 23:56:25 +01:00
..
benchmark expat native library has been added 2012-02-23 23:56:25 +01:00
chardata.c expat native library has been added 2012-02-23 23:56:25 +01:00
chardata.h expat native library has been added 2012-02-23 23:56:25 +01:00
minicheck.c expat native library has been added 2012-02-23 23:56:25 +01:00
minicheck.h expat native library has been added 2012-02-23 23:56:25 +01:00
README.txt expat native library has been added 2012-02-23 23:56:25 +01:00
runtests.c expat native library has been added 2012-02-23 23:56:25 +01:00
runtestspp.cpp expat native library has been added 2012-02-23 23:56:25 +01:00
xmltest.sh expat native library has been added 2012-02-23 23:56:25 +01: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 installed before "make check" can be executed.

Since both Check and this test suite are young, it can all change in a
later version.