Home
last modified time | relevance | path

Searched refs:test_list_top (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/boards/native/nrf_bsim/common/
Dbstests_entry.c25 static struct bst_test_list *test_list_top; variable
81 if (test_list_top) { in bst_install_tests()
87 while (!test_list_top && test_installers[idx]) { in bst_install_tests()
88 test_list_top = test_installers[idx++](test_list_top); in bst_install_tests()
93 test_installers[idx++](test_list_top); in bst_install_tests()
108 top = test_list_top; in bst_print_testslist()
128 current_test = bst_test_find(test_list_top, test_id); in bst_set_testapp_mode()
238 while (test_list_top) { in bst_delete()
239 struct bst_test_list *tmp = test_list_top->next; in bst_delete()
241 nsi_host_free(test_list_top); in bst_delete()
[all …]