chore: Ensure BSIM env. variables set in devcontainer.

This commit is contained in:
Peter Johanson 2023-07-13 22:16:44 -07:00 committed by Pete Johanson
parent 693530c2f1
commit c63d0791d5

View File

@ -6,3 +6,8 @@ fi
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
fi
if [ -d "$WORKSPACE_DIR/tools/bsim" ]; then
export BSIM_OUT_PATH="$WORKSPACE_DIR/tools/bsim/"
export BSIM_COMPONENTS_PATH="$WORKSPACE_DIR/tools/bsim/components/"
fi