/Zephyr-latest/tests/subsys/bindesc/reading/src/ |
D | main.c | 41 static void *test_setup(void) in test_setup() function 84 ZTEST_SUITE(bindesc_read, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | test_llext.c | 62 void (*test_setup)(struct llext *ext, struct k_thread *llext_thread); member 173 if (test_case->test_setup) { in load_call_unload() 174 test_case->test_setup(ext, &llext_thread); in load_call_unload() 197 if (test_case->test_setup) { in load_call_unload() 198 test_case->test_setup(ext, &llext_thread); in load_call_unload() 213 if (test_case->test_setup) { in load_call_unload() 214 test_case->test_setup(ext, NULL); in load_call_unload() 316 .test_setup = threads_objects_test_setup,
|
/Zephyr-latest/tests/subsys/modem/modem_pipelink/src/ |
D | main.c | 55 static void *test_setup(void) in test_setup() function 99 ZTEST_SUITE(modem_pipelink, NULL, test_setup, test_before, NULL, NULL);
|
/Zephyr-latest/tests/net/socket/af_packet_ipproto_raw/src/ |
D | main.c | 97 static void *test_setup(void) in test_setup() function 146 ZTEST_SUITE(net_sckt_packet_raw_ip, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/src/ |
D | main.c | 78 static void *test_setup(void) in test_setup() function 145 ZTEST_SUITE(i2c_api_twis, NULL, test_setup, NULL, cleanup_buffers, NULL);
|
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/src/ |
D | test.c | 22 static void *test_setup(void) in test_setup() function 39 ZTEST_SUITE(comparator_gpio_loopback, NULL, test_setup, test_before, NULL, NULL);
|
/Zephyr-latest/tests/net/pm/src/ |
D | main.c | 104 void *test_setup(void) in test_setup() function 180 ZTEST_SUITE(test_net_pm_test_suite, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/net/shell/src/ |
D | main.c | 144 static void *test_setup(void) in test_setup() function 222 ZTEST_SUITE(net_shell_test_suite, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/drivers/ethernet/eth_ivshmem_queue/src/ |
D | main.c | 49 static void test_setup(void *fixture) in test_setup() function 180 ZTEST_SUITE(eth_ivshmem_queue_tests, NULL, NULL, test_setup, NULL, NULL);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/src/ |
D | main.c | 51 test_setup(&conn); in term_setup()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_min_used_chans/src/ |
D | main.c | 49 test_setup(&conn); in muc_setup()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/ |
D | main.c | 49 test_setup(&conn); in cis_terminate_setup()
|
/Zephyr-latest/tests/boards/nrf/dmm/src/ |
D | main.c | 61 static void *test_setup(void) in test_setup() function 217 ZTEST_SUITE(dmm, NULL, test_setup, NULL, test_cleanup, NULL);
|
/Zephyr-latest/tests/drivers/disk/disk_access/src/ |
D | main.c | 103 static void test_setup(void) in test_setup() function 283 test_setup(); in disk_driver_setup()
|
/Zephyr-latest/tests/drivers/disk/disk_performance/src/ |
D | main.c | 56 static void test_setup(void) in test_setup() function 305 test_setup(); in disk_setup()
|
/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_util.h | 11 void test_setup(struct ll_conn *conn);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/ |
D | main_hci.c | 61 test_setup(conn_from_pool); in hci_setup()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 49 test_setup(&test_conn); in invalid_setup()
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/src/ |
D | main.c | 335 void *test_setup(void) in test_setup() function 345 ZTEST_SUITE(uart_elementary, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/drivers/comparator/shell/src/ |
D | test.c | 153 static void *test_setup(void) in test_setup() function 357 ZTEST_SUITE(comparator_shell, NULL, test_setup, test_after, NULL, NULL);
|
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/ |
D | main.c | 315 void *test_setup(void) in test_setup() function 321 ZTEST_SUITE(i2c_controller_to_sensor, NULL, test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 413 static void *test_setup(void) in test_setup() function 435 ZTEST_SUITE(uart_errors, NULL, test_setup, before, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 185 static void *test_setup(void) in test_setup() function 443 ZTEST_SUITE(test_mdns_responder, NULL, test_setup, before, cleanup, NULL);
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/ |
D | main.c | 55 test_setup(&conn[i]); in alloc_setup()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/ |
D | main.c | 49 test_setup(&conn); in le_ping_setup()
|