Home
last modified time | relevance | path

Searched refs:SCRIPT_DIR (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.sh6 SCRIPT_DIR=$(dirname $(realpath $0))
9 BPFTOOL_INSTALL_PATH="$SCRIPT_DIR"/tools/sbin
10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
H A Dtest_bpftool_map.sh
/linux/tools/testing/selftests/hid/
H A Dvmtest.sh12 readonly SCRIPT_DIR="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
13 readonly KERNEL_CHECKOUT=$(realpath "${SCRIPT_DIR}"/../../../../)
15 source "${SCRIPT_DIR}"/../kselftest/ktap_helpers.sh
17 readonly HID_BPF_TEST="${SCRIPT_DIR}"/hid_bpf
18 readonly HIDRAW_TEST="${SCRIPT_DIR}"/hidraw
183 if ! vng --kconfig --config "${SCRIPT_DIR}"/config; then
187 local vng_args=("-v" "--config" "${SCRIPT_DIR}/config" "--build")
206 if ! make -j$(nproc) -C "${SCRIPT_DIR}"; then
207 die "failed to build HID selftests from source tree (${SCRIPT_DIR})"
352 vm_ssh -- pytest ${SCRIPT_DIR}/test
[all...]
/linux/scripts/livepatch/
H A Dklp-build35 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
36 FIX_PATCH_LINES="$SCRIPT_DIR/fix-patch-lines"
410 [[ ! "$SRC" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory"
411 [[ ! "$OBJ" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory"
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh14 readonly SCRIPT_DIR="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
15 readonly KERNEL_CHECKOUT=$(realpath "${SCRIPT_DIR}"/../../../../)
17 source "${SCRIPT_DIR}"/../kselftest/ktap_helpers.sh
19 readonly VSOCK_TEST="${SCRIPT_DIR}"/vsock_test
374 if ! vng --kconfig --config "${SCRIPT_DIR}"/config; then