-
Notifications
You must be signed in to change notification settings - Fork 25
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
Init Template Option #124
Init Template Option #124
Conversation
678d835
to
bb57356
Compare
UPDATE! After the internal discussion, I propose the following changes and updates:
|
I apologize for updating under your hands. The updates are only rebase develop for the latest PR and the build command will not run if Trdelnik is not initialized - Trdelnik.toml not present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, only please change the details below...
* ✨ Init Template * Init template updates * 🐛 Build command to execute only if trdelnik is initialized * 🐛 fixes
As we are no longer using skip_fuzzer option. It would be helpful to provide the option to generate only the desired test template (for example PoC tests do not need dependencies used for fuzzing).
This PR contains
trdelnik init
template option:both - generates templates for both types of tests (+ program_client) [default option]
poc - generates template for PoC tests (+ program_client)
fuzz - generates template for fuzz tests (+ program_client)