You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-test
Dave Tucker f9edaf9c23 feat(aya): Add is_program_type_supported
This adds a new API to test whether a given program type is supported.

This is to support 3 usecases:

1. A project like bpfman (which uses Aya) may wish to prevent users with
   a list of program types that are supported on the target system
2. A user of Aya may wish to test whether Fentry/Fexit programs are
   supported and code their own behaviour to fallback to Kprobes
3. Our own integration tests can be made to skip certain program tests
   when kernel features are missing.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 weeks ago
..
bpf feat(aya): Add iterator program type 3 months ago
src feat(aya): Add is_program_type_supported 3 weeks ago
Cargo.toml Use Result in integration-test's build script 3 months ago
build.rs Use Result in integration-test's build script 3 months ago