External tests/
and benches/
always get a non-test version of the library.
cfg(test)
takes effect only for tests in the library itself.
External tests/
and benches/
always get a non-test version of the library.
cfg(test)
takes effect only for tests in the library itself.