accel/qaic: Add AIC200 support
[drm/drm-misc.git] / tools / testing / selftests / bpf / test_bpftool.sh
blob718f59692ccbfb742287080855e5dda35a024160
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2020 SUSE LLC.
5 # 'make -C tools/testing/selftests/bpf install' will install to SCRIPT_DIR
6 SCRIPT_DIR=$(dirname $(realpath $0))
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