mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
8 lines
146 B
Python
8 lines
146 B
Python
import pylibbpf as m
|
|
|
|
|
|
def test_main():
|
|
assert m.__version__ == "0.0.6"
|
|
prog = m.BpfObject("tests/execve2.o", structs={})
|
|
print(prog)
|