Files
mbedtls/tests
Gilles Peskine a4c1c4b55d Test GCC and Clang with common build options
Goals:
* Build with common compilers with common options, so that we don't
  miss a (potentially useful) warning only triggered with certain
  build options.
* A previous commit removed -O0 test jobs, leaving only the one with
  -m32. We have inline assembly that is disabled with -O0, falling
  back to generic C code. This commit restores a test that runs the
  generic C code on a 64-bit platform.
2020-03-13 17:06:18 +00:00
..
2018-10-19 15:25:10 +01:00
2020-03-13 16:23:45 +00:00
2019-09-09 08:19:56 +03:00