treewide: Move device_tree to commonlib
[coreboot2.git] / util / cbfstool / tests / conftest.py
blob4e779245df6d7a64bb5828c5b04e9ee286640879
1 # SPDX-License-Identifier: BSD-3-Clause
3 import pathlib
6 def pytest_addoption(parser):
7 here = pathlib.Path(__file__).parent
8 parser.addoption(
9 "--elogtool-path",
10 type=pathlib.Path,
11 default=(here / ".." / "elogtool").resolve(),