Lines Matching full:tests
11 extern struct bst_test_list *test_persistence_install(struct bst_test_list *tests);
12 extern struct bst_test_list *test_rpc_install(struct bst_test_list *tests);
13 extern struct bst_test_list *test_provision_pst_install(struct bst_test_list *tests);
25 extern struct bst_test_list *test_beacon_install(struct bst_test_list *tests);
26 extern struct bst_test_list *test_provision_install(struct bst_test_list *tests);
28 extern struct bst_test_list *test_transport_install(struct bst_test_list *tests);
29 extern struct bst_test_list *test_friendship_install(struct bst_test_list *tests);
33 extern struct bst_test_list *test_transport_install(struct bst_test_list *tests);
34 extern struct bst_test_list *test_friendship_install(struct bst_test_list *tests);
35 extern struct bst_test_list *test_provision_install(struct bst_test_list *tests);
36 extern struct bst_test_list *test_beacon_install(struct bst_test_list *tests);
99 k_thread_name_set(&bsim_mesh_thread, "BabbleSim Bluetooth Mesh tests"); in main()