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

Move xdr_nom tests into modules so that they are not compiled into binary #32

Open
choubacha opened this issue Apr 7, 2018 · 0 comments

Comments

@choubacha
Copy link

Right now the tests in xdr_nom.rs are just in test functions. However, this means the functions are compiled into the resulting library. It's better to wrap them in module blocks so that they are left out of the compilation step.

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 a pull request may close this issue.

1 participant