-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fighting with ini configuration #25
Comments
At the first sight it seems that the config of jerryscript-grammarinator references the sut in the old format ( [fuzz.jerryscript-grammarinator]
sut=jerry
fuzzer=fuzzinator.fuzzer.SubprocessRunner One more note: since you use relative references in the grammarinator command, you should define the working directory as well ( Please let me know if it solved the generation. |
Thanks: I come closer. Now I have fuzzinator from github (supports jerry without sut) and gramminator from pip :)
|
I do have a fuzzer=fuzzinator.fuzzer.RandomContent working, and I also were able to run half of a fuzzer with grammar:
grammarinator is called, but my SUT not. Help would be great :)
The text was updated successfully, but these errors were encountered: