1#!/usr/bin/env bash
2# Copyright 2019 Oticon A/S
3# SPDX-License-Identifier: Apache-2.0
4
5# HCI regression tests based on the EDTTool
6CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
7
8export SIMULATION_ID="edtt_hci_llcp"
9export TEST_FILE=${CWD}"/hci.llcp.test_list"
10export TEST_MODULE="hci_verification"
11export PRJ_CONF_1="prj_dut_llcp_conf"
12export PRJ_CONF_2="prj_tst_llcp_conf"
13
14${CWD}/_controller_tests_inner.sh
15