Home | History | Annotate | only in /src/external/mit/expat/dist/tests
Up to higher level directory
NameDateSize
acc_tests.c14-Mar-202517.1K
acc_tests.h14-Mar-20252.5K
acc_tests_cxx.cpp14-Mar-20251.6K
alloc_tests.c14-Mar-202589.5K
alloc_tests.h14-Mar-20252.5K
alloc_tests_cxx.cpp14-Mar-20251.6K
basic_tests.c14-Mar-2025244.2K
basic_tests.h14-Mar-20252.5K
basic_tests_cxx.cpp14-Mar-20251.6K
benchmark/Today
chardata.c14-Mar-20253.4K
chardata.h23-Feb-20222.2K
chardata_cxx.cpp14-Mar-20251.6K
common.c18-Apr-202512.9K
common.h18-Apr-20255.7K
common_cxx.cpp14-Mar-20251.6K
dummy.c14-Mar-20258.4K
dummy.h14-Mar-20256.8K
dummy_cxx.cpp14-Mar-20251.6K
handlers.c14-Mar-202564.6K
handlers.h14-Mar-202527.5K
handlers_cxx.cpp14-Mar-20251.6K
Makefile.am14-Mar-20253K
Makefile.in14-Mar-202548.2K
memcheck.c14-Mar-20255.3K
memcheck.h23-Feb-20222.1K
memcheck_cxx.cpp14-Mar-20251.6K
minicheck.c14-Mar-20257.4K
minicheck.h14-Mar-20255.5K
minicheck_cxx.cpp14-Mar-20251.6K
misc_tests.c18-Apr-202523.8K
misc_tests.h14-Mar-20252.5K
misc_tests_cxx.cpp14-Mar-20251.6K
ns_tests.c14-Mar-202530.8K
ns_tests.h14-Mar-20252.5K
ns_tests_cxx.cpp14-Mar-20251.6K
nsalloc_tests.c14-Mar-202575.4K
nsalloc_tests.h14-Mar-20252.5K
nsalloc_tests_cxx.cpp14-Mar-20251.6K
README.md14-Mar-2025453
runtests.c14-Mar-20254.1K
runtests_cxx.cpp14-Mar-20251.8K
structdata.c14-Mar-20254.8K
structdata.h23-Feb-20222.3K
structdata_cxx.cpp14-Mar-20251.6K
udiffer.py23-Feb-20222.3K
xmltest.log.expected16-Sep-2019398
xmltest.sh14-Mar-20255.2K

README.md

      1 This directory contains the test suite for Expat.  The tests provide
      2 general unit testing and regression coverage.  The tests are not
      3 expected to be useful examples of Expat usage; see the
      4 [examples](../examples) directory for that.
      5 
      6 The Expat tests use a partial internal implementation of the
      7 [Check](https://libcheck.github.io/check/) unit testing framework for
      8 C.
      9 
     10 Expat must be built and, on some platforms, installed, before the
     11 tests can be run.
     12