aya/xtask/src
Tamir Duberstein 9ca0af1a79
integration-test: Remove integration-test-macros
This doesn't add any value; use `cargo build --tests` with
`--message-format=json` instead; parse the output using `cargo_metadata`
to discover the location of the test binary.

Move test/integration-test/src/tests -> test/integration-test/tests to
conform to
https://doc.rust-lang.org/book/ch11-03-test-organization.html#integration-tests.
..
codegen xtask: codegen: generate bindings for user_regs_struct
docs Unpin Rust nightly
build_ebpf.rs integration-test: Remove integration-test-macros
build_test.rs integration-tests: run on macos to get nested virtualization
main.rs xtask: destructure
run.rs integration-test: Remove integration-test-macros
utils.rs test,xtask: Replace lazy_static with OnceCell