Home | History | Annotate | only in /external/expat/tests
Up to higher level directory
NameDateSize
benchmark/21-Aug-2018
chardata.c21-Aug-20183.1K
chardata.h21-Aug-20182.2K
Makefile.am21-Aug-20182.1K
memcheck.c21-Aug-20185.6K
memcheck.h21-Aug-20182.1K
minicheck.c21-Aug-20186.2K
minicheck.h21-Aug-20183.8K
README.txt21-Aug-2018570
runtests.c21-Aug-2018460.3K
runtests.sln21-Aug-20181K
runtests.vcxproj21-Aug-20186.8K
runtests.vcxproj.filters21-Aug-20181.6K
runtestspp.cpp21-Aug-20181.7K
structdata.c21-Aug-20184.6K
structdata.h21-Aug-20182.5K
udiffer.py21-Aug-20182.2K
xmltest.log.expected21-Aug-2018398
xmltest.sh21-Aug-20183.6K

README.txt

      1 This directory contains the (fledgling) test suite for Expat.  The
      2 tests provide general unit testing and regression coverage.  The tests
      3 are not expected to be useful examples of Expat usage; see the
      4 examples/ directory for that.
      5 
      6 The Expat tests use a partial internal implementation of the "Check"
      7 unit testing framework for C. More information on Check can be found at:
      8 
      9         http://check.sourceforge.net/
     10 
     11 Expat must be built and, depending on platform, must be installed, before "make check" can be executed.
     12 
     13 This test suite can all change in a later version.
     14