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

Added nondet-generator option #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rafaelsamenezes
Copy link
Collaborator

Description

This adds an option to specify a nondet-generator. If the flag is not set then the combination will be used.

Closes #43

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Manually executed with --nondet-generator fuzzer and --nondet-generator symex and looked over logs

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation No need to change the docs
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works We need to have a new way to support testing argument testing
  • New and existing unit tests pass locally with my changes We need to have a new way to support testing argument testing
  • Any dependent changes have been merged and published in downstream modules

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.

Add option to use a specific generator
1 participant