| f558d286 | 01-Apr-2024 |
bluhm <bluhm@openbsd.org> |
Add some #ifdef XML_TESTING to the libexpat tests.
Upstream builds special libexpat objects for testing with an internal flag and counter. As OpenBSD does test the installed production library, dis
Add some #ifdef XML_TESTING to the libexpat tests.
Upstream builds special libexpat objects for testing with an internal flag and counter. As OpenBSD does test the installed production library, disable tests that depend on special options. Use the same define that activates the test code in the library. Without this, regress would not compile.
show more ...
|