]> Git Repo - J-linux.git/blob - tools/testing/selftests/bpf/test_bpftool.sh
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / tools / testing / selftests / bpf / test_bpftool.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2020 SUSE LLC.
4
5 # 'make -C tools/testing/selftests/bpf install' will install to SCRIPT_DIR
6 SCRIPT_DIR=$(dirname $(realpath $0))
7
8 # 'make -C tools/testing/selftests/bpf' will install to BPFTOOL_INSTALL_PATH
9 BPFTOOL_INSTALL_PATH="$SCRIPT_DIR"/tools/sbin
10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
11 python3 -m unittest -v test_bpftool.TestBpftool
This page took 0.031731 seconds and 4 git commands to generate.