Home | History | Annotate | only in /external/expat/tests
Up to higher level directory
NameDateSize
benchmark/22-Oct-2020
chardata.c22-Oct-20203.1K
chardata.h22-Oct-20202.2K
Makefile.am22-Oct-20202.1K
Makefile.in22-Oct-202040.9K
memcheck.c22-Oct-20205.6K
memcheck.h22-Oct-20202.1K
minicheck.c22-Oct-20206.2K
minicheck.h22-Oct-20203.8K
README.txt22-Oct-2020570
runtests.c22-Oct-2020462.8K
runtests.sln22-Oct-20201K
runtests.vcxproj22-Oct-20206.8K
runtests.vcxproj.filters22-Oct-20201.6K
runtestspp.cpp22-Oct-20201.7K
structdata.c22-Oct-20204.6K
structdata.h22-Oct-20202.5K
udiffer.py22-Oct-20202.2K
xmltest.log.expected22-Oct-2020398
xmltest.sh22-Oct-20203.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