blob: 398e5daf66cd195239c5ae95a8fb15a4720a858a [file] [log] [blame]
Alan Green73b365c2021-05-05 20:22:37 +10001#!/bin/bash
Alan Greene56b7ac2021-04-07 14:52:42 +10002
3# Copyright 2021 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
Alan Green9bdd6662021-04-10 07:49:12 +10007set -o errexit
Alan Greene56b7ac2021-04-07 14:52:42 +10008
Alan Green73b365c2021-05-05 20:22:37 +10009PROJECT_ROOT=$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)
Alan Greene56b7ac2021-04-07 14:52:42 +100010
Dan Callaghan9c8c1b22022-01-06 13:47:57 +110011cd "${PROJECT_ROOT}"
Alan Greene56b7ac2021-04-07 14:52:42 +100012
Dan Callaghan9c8c1b22022-01-06 13:47:57 +110013scripts/pyrun -m soc.hps_soc "$@"