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>
12 lines
188 B
Bash
Executable File
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
|