Commit Graph

2 Commits (2efbea04f2a8ae744586a4d5d12f10478a5926ec)

Author SHA1 Message Date
Tamir Duberstein 2efbea04f2
integration-test: compile Rust probes using build.rs 2 years ago
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.
2 years ago