blob: 3b7838fad1c9af634eded1773072af88e48e2222 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "bstests.h"
extern struct bst_test_list *test_main_l2cap_ecred_install(struct bst_test_list *tests);
bst_test_install_t test_installers[] = {
test_main_l2cap_ecred_install,
NULL
};
int main(void)
{
bst_main();
return 0;
}