commit | 1d026703c4b2e6b98ead36d5679446092cf7faea | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Tue Apr 28 09:35:59 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Sep 04 14:46:43 2020 +0200 |
tree | 782d40bb58e93f85a9c0a955bca2890fd6fa2b42 | |
parent | 3cb353c09ff04bb5fd3d76dce9f4349b3e920ba7 [diff] |
samples: posix: gettimeofday: incorporate libc time API tests Use time(), localtime_r(), and asctime() to confirm that the declarations required for these (newlib) libc functions are made available in CONFIG_POSIX context. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>