Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test_errorf macro expanding to two lines | joshua | 2025-05-22 | 1 | -4/+8 |
| | | | | | This caused test_fail to always be called when used in certain conditions, and wrapping with do {} while (0) fixes this. | ||||
* | Add initial regress test framework | joshua | 2025-05-21 | 3 | -0/+408 |
Add a test framework for use in LibreSSL regression tests. This test framework aims to be as lightweight and as simple to use as possible. The design is mostly inspired by Go's test system, and aims to be a drop-in utility in most existing regress tests. ok jsing tb beck |