mirror of
https://github.com/aya-rs/aya.git
synced 2026-05-26 11:24:23 +02:00
7635171dca
Add integration coverage for fexit arguments and return values through BPF_PROG_TEST_RUN. The test follows libbpf's fexit selftest and the kernel tracing test-run target list: https://github.com/torvalds/linux/blob/v7.1-rc4/tools/testing/selftests/bpf/progs/fexit_test.c#L10-L80 https://github.com/torvalds/linux/blob/v7.1-rc4/net/bpf/test_run.c#L706-L715