blob: be9fda8ff4f269bd4a4f08d4a83901f973e2f583 [file]
# Copyright (c) 2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
import os
import sys
from pathlib import Path
ZEPHYR_BASE = os.getenv("ZEPHYR_BASE", str(Path(__file__).parents[3]))
sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister"))