aya/test/cases/000_smoke/000_xdp
Dave Tucker 657fb44525 test: Add compile_c_ebpf to library
This allows for C code to be compiled and used in tests!
It does require libbpf on the host machine though...

Also moved removal of the `user` and `ebpf` dirs created by rust-script
into `lib.sh` and parameterized bits of the XDP smoke test for ease of
copying

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
pass.ebpf.rs test: Add regression tests
pass.rs test: Add regression tests
test.sh test: Add compile_c_ebpf to library