zephyr/tests/bluetooth
Torsten Rasmussen b939e720a6 tests: source Zephyr before project() call
Fixes: #73831

find_package(Zephyr) should be called before first project() call.

Zephyr package will test and force-set the correct toolchain, especially
the C compiler.
The project() will also set the C compiler, if not set already.

If project() is called first, then conflict arises on the C compiler
selection and thus the following message is seen:
> You have changed variables that require your cache to be deleted.
> Configure will be re-run and you may have to reset some variables.
> The following variables have changed:
> CMAKE_C_COMPILER= /usr/bin/gcc

This cache deletion results in other errors, such as a missing BOARD
setting.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-08-05 16:27:09 +02:00
..
addr Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
adv hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
at Bluetooth: Rename BT_BREDR to BT_CLASSIC 2024-03-07 11:26:45 +02:00
audio tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
bluetooth Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
bt_crypto bt-crypto: add option to use PSA APIs instead of TinyCrypt 2024-06-14 15:41:34 +02:00
bt_crypto_ccm Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
common/testlib Bluetooth: Tests: Remove usage of auto name in AD 2024-04-23 12:42:24 +02:00
controller tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ctrl_isoal Bluetooth: Controller: Add parameter to ISOALs sdu_write 2024-05-15 09:26:36 +02:00
ctrl_sw_privacy tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
ctrl_sw_privacy_unit tests/bluetooth/*: Enable for native_sim 2023-11-22 09:53:10 +01:00
ctrl_user_ext hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
df everywhere: replace double words 2024-06-25 06:05:35 -04:00
gatt Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
hci Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
hci_codecs_info tests: bluetooth: fix missing net_buf_ref(rsp) 2024-06-24 14:26:22 +02:00
hci_prop_evt Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
hci_uart_async everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
host tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
host_long_adv_recv Bluetooth: Host: Discard advertising data if not explicit scanning 2024-07-27 15:12:39 +03:00
init Bluetooth: drivers: h5: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
l2cap Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00
ll_settings tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mesh bluetooth: remove CONFIG_BT_DEBUG_LOG 2024-06-18 14:33:58 -04:00
mesh_shell bluetooth: remove BT_TINYCRYPT_ECC in bluetooth mesh tests 2024-06-14 15:41:34 +02:00
qualification tests: Bluetooth: Remove .bls files 2024-07-31 12:40:24 +02:00
shell bluetooth: shell: Add shell commands for LE Connection Subrating 2024-08-05 10:16:27 +02:00
smp Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
tester tests: bluetooth: tester: Enable DIS service 2024-08-01 09:13:55 +01:00
uuid Bluetooth: tests: Convert to new HCI driver API 2024-06-11 19:42:49 -04:00