mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
update version in test
This commit is contained in:
@ -2,6 +2,6 @@ import pylibbpf as m
|
|||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
assert m.__version__ == "0.0.1"
|
assert m.__version__ == "0.0.3"
|
||||||
prog = m.BpfProgram("tests/execve2.o")
|
prog = m.BpfProgram("tests/execve2.o")
|
||||||
print(prog)
|
print(prog)
|
||||||
|
|||||||
Reference in New Issue
Block a user