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