zephyr/tests/bluetooth/bsim/audio/test_scripts/_cap.sh
Jonathan Rico 2a9eda226b tests: Bluetooth: restructure bsim_bt directory
This commit separates each test by layer level.

Obviously the tests will run the whole stack, but they should be separated
by which component/layer they intend on testing.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2023-02-23 14:35:05 +01:00

12 lines
188 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
dir_path=$(dirname "$0")
$dir_path/cap_unicast.sh
$dir_path/cap_broadcast.sh