Sign in
gbmc
/
linux
/
01c93aa01c75e7a43f7f53229bcbecffac75eb84
/
.
/
tools
/
testing
/
selftests
/
net
/
lib
/
py
/
consts.py
blob: f518ce79d82c4803c35eddbf2da582758940dd9a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
import
sys
from
pathlib
import
Path
KSFT_DIR
=
(
Path
(
__file__
).
parent
/
"../../.."
).
resolve
()
KSRC
=
(
Path
(
__file__
).
parent
/
"../../../../../.."
).
resolve
()
KSFT_MAIN_NAME
=
Path
(
sys
.
argv
[
0
]).
with_suffix
(
""
).
name