push
github
test: add missing bpf dependency Fixes the following build error: ``` ninja: job failed: cc (snip) -o test-bpf-restrict-fsaccess.p/src_test_test-bpf-restrict-fsaccess.c.o -c ../src/test/test-bpf-restrict-fsaccess.c In file included from ../src/test/test-bpf-restrict-fsaccess.c:96: src/bpf/restrict-fsaccess-skel.h:19:10: fatal error: restrict-fsaccess.bpf.skel.h: No such file or directory 19 | #include "restrict-fsaccess.bpf.skel.h" /* IWYU pragma: export */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: subcommand failed ``` Follow-up for e6fc73350.
337008 of 462370 relevant lines covered (72.89%)
1284509.23 hits per line