blob: 151f21a6b4f2a15840e9d8facf343fceed20e4a7 [file]
## @file
# pytest configuration for BaseTools tests
#
# Copyright (c) 2026, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
import pytest
def pytest_addoption(parser):
parser.addoption(
"--toolchain",
default="VS2022",
help="EDK II toolchain tag (default: VS2022)"
)