mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Add default config tests for the A64, A32, Thumb 1 and Thumb 2 instruction sets

Open bensze01 opened this issue 7 months ago • 5 comments

Description

This PR adds default-config tests for A64, A32, Thumb 1 and Thumb 2 instruction sets.

The components are only enabled, if the host machine is capable of running the binaries produced by the (cross) compiler.

The corresponding PR Mbed-TLS/mbedtls-test#171 needs to be merged before this one

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")

  • [ ] changelog Not required - test changes only
  • [ ] 3.6 backport required
  • [ ] 2.28 backport required
  • [ ] tests provided

bensze01 avatar Jul 11 '24 22:07 bensze01