| /Zephyr-4.2.1/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-4.2.1/tests/kernel/workq/work_queue/src/ |
| D | work_timeout.c | 35 static void *test_setup(void) in test_setup() function 53 ZTEST_SUITE(workqueue_work_timeout, NULL, test_setup, NULL, NULL, NULL);
|
| /Zephyr-4.2.1/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-4.2.1/tests/boards/nrf/nrfs/src/ |
| D | main.c | 125 static void *test_setup(void) in test_setup() function 141 ZTEST_SUITE(nrfs_stress_test, NULL, test_setup, NULL, NULL, NULL);
|
| /Zephyr-4.2.1/tests/subsys/llext/src/ |
| D | test_llext.c | 63 void (*test_setup)(struct llext *ext, struct k_thread *llext_thread); member 174 if (test_case->test_setup) { in load_call_unload() 175 test_case->test_setup(ext, &llext_thread); in load_call_unload() 198 if (test_case->test_setup) { in load_call_unload() 199 test_case->test_setup(ext, &llext_thread); in load_call_unload() 214 if (test_case->test_setup) { in load_call_unload() 215 test_case->test_setup(ext, NULL); in load_call_unload() 318 .test_setup = threads_objects_test_setup,
|
| /Zephyr-4.2.1/tests/boards/nrf/i2c/i2c_slave/src/ |
| D | main.c | 68 static void *test_setup(void) in test_setup() function 135 ZTEST_SUITE(i2c_api_twis, NULL, test_setup, NULL, cleanup_buffers, NULL);
|
| /Zephyr-4.2.1/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-4.2.1/tests/net/shell/src/ |
| D | main.c | 125 static void *test_setup(void) in test_setup() function 203 ZTEST_SUITE(net_shell_test_suite, NULL, test_setup, NULL, NULL, NULL);
|
| /Zephyr-4.2.1/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-4.2.1/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-4.2.1/tests/bluetooth/controller/ctrl_terminate/src/ |
| D | main.c | 51 test_setup(&conn); in term_setup()
|
| /Zephyr-4.2.1/tests/bluetooth/controller/ctrl_min_used_chans/src/ |
| D | main.c | 49 test_setup(&conn); in muc_setup()
|
| /Zephyr-4.2.1/tests/bluetooth/controller/ctrl_cis_terminate/src/ |
| D | main.c | 49 test_setup(&conn); in cis_terminate_setup()
|
| /Zephyr-4.2.1/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-4.2.1/tests/bluetooth/controller/ctrl_feature_exchange/src/ |
| D | main_hci.c | 60 test_setup(conn_from_pool); in hci_setup()
|
| /Zephyr-4.2.1/tests/bluetooth/controller/common/include/ |
| D | helper_util.h | 11 void test_setup(struct ll_conn *conn);
|
| /Zephyr-4.2.1/tests/bluetooth/controller/ctrl_invalid/src/ |
| D | main.c | 49 test_setup(&test_conn); in invalid_setup()
|
| /Zephyr-4.2.1/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-4.2.1/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-4.2.1/tests/drivers/disk/disk_access/src/ |
| D | main.c | 104 static void test_setup(void) in test_setup() function 377 test_setup(); in disk_driver_setup()
|
| /Zephyr-4.2.1/tests/drivers/uart/uart_errors/src/ |
| D | main.c | 420 static void *test_setup(void) in test_setup() function 442 ZTEST_SUITE(uart_errors, NULL, test_setup, before, NULL, NULL);
|
| /Zephyr-4.2.1/tests/drivers/modem/modem_cmd_handler/src/ |
| D | main.c | 429 static void test_setup(void *fixture) in test_setup() function 448 ZTEST_SUITE(suite_modem_cmd_send, NULL, NULL, test_setup, test_teardown, NULL);
|
| /Zephyr-4.2.1/tests/drivers/comparator/shell/src/ |
| D | test.c | 153 static void *test_setup(void) in test_setup() function 369 ZTEST_SUITE(comparator_shell, NULL, test_setup, test_after, NULL, NULL);
|
| /Zephyr-4.2.1/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-4.2.1/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/ |
| D | main.c | 55 test_setup(&conn[i]); in alloc_setup()
|