-
Notifications
You must be signed in to change notification settings - Fork 11
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
compile_native_go_fuzzer problem calling functions from another file in same package #2
Comments
Try doing this in build.sh:
|
Ooh that fixes some of the errors but there's functions from other files such as |
Yeah, you can do the same for all |
I'm confused. Surely the second move command will overwrite the result of the first? Am I missing something?
|
I realise this is an issue in the compile_native_go_fuzzer script rather than this library . Shall I create a new issue in oss-fuzz? |
Could you elaborate on what the issue is? |
Sorry I missed this one. You are correct, you should not name all files
|
Thanks, that worked. What's going on? Only files with 'fuzz' in the name are copied? |
My tests call functions from other files in the same package. compile_native_go_fuzzer seems to have a problem with this -- during the "replacing *testing.F" step I see undefined errors:
Example https://github.com/transparency-dev/merkle/runs/7502903729?check_suite_focus=true via transparency-dev/merkle#36
The text was updated successfully, but these errors were encountered: