blob: 2db363a6080569df17c3c6486e5a09f44de00fc1 [file] [log] [blame]
#!/bin/bash
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# A shell script for executing opentitantool as the test harness for
# functional tests.
set -e
readonly REPO_TOP="$TEST_SRCDIR/$TEST_WORKSPACE"
readonly OPENTITANTOOL="sw/host/opentitantool/opentitantool"
RUST_BACKTRACE=1 ${OPENTITANTOOL} "$@"