-
Notifications
You must be signed in to change notification settings - Fork 52
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
Do not include #[test]
functions
#58
Comments
The only current extraction is the extern method. |
As I know, |
Thanks for the suggenstion. I think you are right that we should check for
I have made a fixing to your point #66 . I also commented here #60 (comment). I hope you will check it. |
I create tests for bindings in the same file with bindings themselves (or else it gets me a lot of troubles with visibility). And these test functions are includuded in bindings for C# so maybe don't include functions with
#[test]
attribute? Or maybe even include only functions with#[no_mangle]
attribute? I can make pull request if this feature is needed.The text was updated successfully, but these errors were encountered: