aya/test/integration-test
Thomas Eizinger 3f9b604b17
Exclude integration test from regular test run
Integration tests should only run when compiled via the xtask command.
To achieve this, we introduce a custom `cfg` that removes the `test`
attribute when the code is compiled via regular `cargo test`.
..
bpf feat(aya): Add iterator program type
src Exclude integration test from regular test run
Cargo.toml integration-test: use scopeguard over panic hook
build.rs Exclude integration test from regular test run