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