zephyr/tests/ztest
Alberto Escolar Piedras 0b3a7bc7d4 tests/ztest/fail: Fix build for native_sim
The final executable output from the native_sim
(or native_posix) build is zephyr.exe
(in native_posix zephyr.elf happened to be just a copy of
the exe, but in native_sim it is an intermediate build step)

So we need to use the exe instead.

Note: As the exe is generated with a custom target, we need
to install it using install(FILES), which also requires the
destination and permissions to be listed manually. The
permissions set are just the cmake default permissions
for install(PROGRAMS).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-20 12:02:48 +01:00
..
base ztest: Add comfort functions for non-zero return codes 2023-11-04 07:39:46 -04:00
busy_sim
error_hook syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
fail tests/ztest/fail: Fix build for native_sim 2023-11-20 12:02:48 +01:00
summary
zexpect ztest: Add comfort functions for non-zero return codes 2023-11-04 07:39:46 -04:00
ztress