Migrate tests in connected_cte_req to new ZTEST API. Remove main.c source file because is unncessary when automatic unit tests registration is available. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
9 lines
155 B
C
9 lines
155 B
C
/*
|
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
void *ut_bt_setup(void);
|
|
void ut_bt_teardown(void *data);
|