libexpat/expat/tests
2025-03-28 23:45:19 +01:00
..
benchmark tests/benchmark: Resolve mistaken double close 2025-03-15 01:38:13 +01:00
.gitignore tests: Rename "runtestspp" to "runtests_cxx" 2023-09-19 19:25:19 +02:00
acc_tests.c tests: Cover case 0xff for unsignedCharToPrintable 2024-12-09 23:34:08 +01:00
acc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
acc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
alloc_tests.c Sync file headers 2025-03-13 14:01:31 +01:00
alloc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
alloc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
basic_tests.c Sync file headers 2025-03-13 14:01:31 +01:00
basic_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
basic_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
chardata.c lib/xmlwf: Leverage xcslen 2025-03-28 23:45:19 +01:00
chardata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
chardata_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
common.c Sync file headers 2025-03-27 17:45:25 +01:00
common.h Sync file headers 2025-03-27 17:45:25 +01:00
common_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
dummy.c Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
dummy.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
dummy_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
handlers.c tests: Cover suspend inside nested entites in internalEntityProcessor more 2025-03-13 14:01:31 +01:00
handlers.h tests: Cover suspend inside nested entites in internalEntityProcessor more 2025-03-13 14:01:31 +01:00
handlers_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
Makefile.am Sync file headers 2024-09-03 18:19:25 +02:00
memcheck.c Sync file headers 2024-02-06 14:13:00 +01:00
memcheck.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
memcheck_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
minicheck.c Sync file headers 2024-02-06 14:13:00 +01:00
minicheck.h Sync file headers 2025-03-13 20:41:33 +01:00
minicheck_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
misc_tests.c Bump version to 2.7.1 2025-03-27 17:45:25 +01:00
misc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
misc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
ns_tests.c Sync file headers 2024-02-06 14:13:00 +01:00
ns_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
ns_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
nsalloc_tests.c Sync file headers 2024-02-06 14:13:00 +01:00
nsalloc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
nsalloc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
README.md tests: Convert README to Markdown and update. 2024-04-27 15:04:57 +02:00
runtests.c Sync file headers 2024-02-06 14:13:00 +01:00
runtests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
structdata.c Sync file headers 2024-02-06 14:13:00 +01:00
structdata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
structdata_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
udiffer.py Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltest.log.expected Update expected test log to match changes to xmlwf 2017-08-22 23:14:55 +02:00
xmltest.sh Sync file headers 2025-03-13 20:41:33 +01:00

This directory contains the 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.

Expat must be built and, on some platforms, installed, before the tests can be run.