mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00: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
|