mirror of https://github.com/wolfSSL/wolfssl.git
- Create modular test directory structure (core, hash, cipher, pk, misc) - Add shared test utilities and macros in core/ - Move tests into functional categories - Maintain full test coverage with error cases - Keep conditional compilation support (#ifndef NO_*) - Improve code organization and reusability Co-Authored-By: kaleb@wolfssl.com <kaleb@wolfssl.com> |
||
---|---|---|
.. | ||
README.md | ||
test_data.h | ||
test_setup.h | ||
test_utils.h |
README.md
Core Test Utilities
This directory contains shared test utilities and common code used across the wolfSSL test suite:
test_utils.h
- Common test macros and functionstest_data.h
- Shared test vectors and datatest_setup.h
- Common setup/teardown utilities