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_va transport_tx_va transport_rx_va
8
9overlay=overlay_psa_conf
10RunTest mesh_transport_va_psa transport_tx_va transport_rx_va
11