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

Avoid using so many custom names for tests by using submodules. #8

Merged
merged 5 commits into from Jan 16, 2017

Conversation

burdges
Copy link
Contributor

@burdges burdges commented Jan 16, 2017

I could not avoid customized names for #[no_mangle] functions, so they are reexported from the root and the submodules are not exposed.

We keep the #[inline(never)] bits on all the extern "C" functions of course.
This should simplify things and let us use tests submodules
Also export C named functions correctly
@burdges
Copy link
Contributor Author

burdges commented Jan 16, 2017

Also this should not mess up builds under stable rust like my previous pull did. :)

@valarauca valarauca merged commit 65694c1 into valarauca:master Jan 16, 2017
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.

None yet

2 participants