mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-09 22:50:55 +00:00
@ -2,6 +2,6 @@ import pylibbpf as m
|
||||
|
||||
|
||||
def test_main():
|
||||
assert m.__version__ == "0.0.6"
|
||||
assert m.__version__ == "0.0.7"
|
||||
prog = m.BpfObject("tests/execve2.o", structs={})
|
||||
print(prog)
|
||||
|
||||
Reference in New Issue
Block a user