zephyr/tests/lib/time
Alberto Escolar Piedras c83c8df26a tests/lib/time: Fix for posix architecture
* Select always PICOLIBC. This is anyhow the default for all
  but the posix architecture. And for the posix architecture
  we need it as POSIX_CLOCK does not work with the host C
  library.
* Fix the testcase filtering. This sample works fine
  in native_sim (when not using the host libC),
  but does not work for native_posix(_64), as those can
  only be built with the host libC, and in that case,
  the POSIX_CLOCK provided functions will not be properly
  linked to.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-25 09:58:07 +02:00
..
src test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
CMakeLists.txt
prj.conf tests/lib/time: Fix for posix architecture 2023-10-25 09:58:07 +02:00
testcase.yaml tests/lib/time: Fix for posix architecture 2023-10-25 09:58:07 +02:00