zephyr/tests
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
..
application_development tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
arch tests: fix various test identifiers 2023-11-17 09:27:40 +01:00
benchmarks syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
bluetooth bluetooth: tester: Add support for BASS 2023-11-20 11:13:54 +01:00
boards tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
boot tests: boot: mcuboot_recovery_retention: Move USB CDC to USB device 2023-11-08 10:09:13 +01:00
bsim Bluetooth: Mesh: Fix async behavior of Private Beacon Client API 2023-11-20 09:23:56 +01:00
cmake tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
crypto tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
drivers tests: drivers: gpio: add TLE9104 to the build_all tests 2023-11-20 10:44:38 +00:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
lib tests: lib: c_lib: tests for C11 call_once() 2023-11-14 18:23:42 +09:00
misc scripts: check_init_priorities: rework the error messages 2023-11-03 11:45:23 +01:00
modules tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
net tests/net/lib/http_server: Switch from native_posix to native_sim 2023-11-20 09:21:13 +01:00
posix tests/posix/common: Fix filtering for POSIX arch 2023-10-25 07:44:12 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: coredump: Remove matching pattern 2023-11-16 09:30:19 +01:00
unit tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
ztest tests/ztest/fail: Fix build for native_sim 2023-11-20 12:02:48 +01:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00