1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #include <stddef.h> 7 8 #include "bstests.h" 9 10 extern struct bst_test_list *test_unicast_client_sample_install(struct bst_test_list *tests); 11 12 bst_test_install_t test_installers[] = { 13 test_unicast_client_sample_install, 14 NULL 15 }; 16