mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 21:12:20 +01:00
Change API test cases to return a result. Test success is now TEST_SUCCESS (1). Test result can be returned with use of macro TEST_RES_CHECK(). Always print the id, name of the test and the result (skipped or otherwise) before and after running the test case. Changed test case output to go to stderr. Fixed some formatting. Add option to take index and/or name of test case to run. Added option to list all API tests. Added option to only run API tests. Added options to show usage.
Before creating any new configure files (.conf) read the CONF_FILES_README.md