1#!/usr/bin/env bash 2# Copyright 2021 Nordic Semiconductor 3# SPDX-License-Identifier: Apache-2.0 4 5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh 6 7RunTest mesh_transport_seg_ivu transport_tx_seg_ivu transport_rx_seg_ivu 8 9overlay=overlay_psa_conf 10RunTest mesh_transport_seg_ivu_psa transport_tx_seg_ivu transport_rx_seg_ivu 11