commit | 33dedfbd7d9599e13d7e9efc0869920ee2d4732b | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sat May 20 17:29:23 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 26 09:55:52 2023 -0400 |
tree | ed759ca422249dd9b35a2f7c7dc21e764d77776b | |
parent | 2c7507036050804f207c0604073f38798bc1a5fd [diff] |
tests/sprintf: Test floating printf on soft-fp targets too There's no reason to limit testing floating point printf to platforms with an FPU; neither the minimal C library nor picolibc even use floating point instructions for printf. And even if they did, the toolchain should have soft float support. However, we do need to restrict picolibc testing to configurations with floating point printf enabled. Signed-off-by: Keith Packard <keithp@keithp.com>