Commit Graph

1 Commits (8ebc60077ad07ee9ffbcb65ce3d326364942a4a0)

Author SHA1 Message Date
Tamir Duberstein 8ebc60077a
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