forked from Qortal/Brooklyn
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
|