]> Git Repo - J-linux.git/blob - tools/testing/selftests/net/lib/py/consts.py
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / net / lib / py / consts.py
1 # SPDX-License-Identifier: GPL-2.0
2
3 import sys
4 from pathlib import Path
5
6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
8
9 KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name
This page took 0.026881 seconds and 4 git commands to generate.