Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add all.sh component that exercises invalid_param checks
With the config changes, there were no longer any tests that exercise invalid-parameter behavior. The test suite exercises invalid-parameter behavior by calling TEST_INVALID_PARAM and friends, relying on the test suite's mbedtls_check_param function, which is only enabled if MBEDTLS_CHECK_PARAMS is not defined. Add a component to all.sh that enables MBEDTLS_CHECK_PARAMS but doesn't define MBEDTLS_PARAM_FAILED so that these tests are exercised. Since sample programs don't provide a mbedtls_check_param function, this component doesn't build the sample programs.
- Loading branch information