Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tests into modules #33

Closed
wants to merge 1 commit into from
Closed

Conversation

choubacha
Copy link

So that we don't compile the tests into the resulting library, this
commit wraps all the xdr_nom tests into modules. It also spreads out
some of the tests into multiple to give finer tuned identification of
each.

fixes #32

So that we don't compile the tests into the resulting library, this
commit wraps all the xdr_nom tests into modules. It also spreads out
some of the tests into multiple to give finer tuned identification of
each.
nbsdx pushed a commit to nbsdx/rust-xdr that referenced this pull request Mar 14, 2020
Includes a fix in `xdrgen/sr/spec/xdr_nom.rs` on line 364 - it was
incorrectly `#[cfg(mod)]` when it should have been `#[cfg(test)]`.
@choubacha choubacha closed this Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move xdr_nom tests into modules so that they are not compiled into binary
1 participant