mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 23:34:42 +08:00
6 lines
127 B
Bash
6 lines
127 B
Bash
|
#!/bin/bash
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (c) 2020 SUSE LLC.
|
||
|
|
||
|
python3 -m unittest -v test_bpftool.TestBpftool
|