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 new tool-info-module for "cetfuzz" #951

Closed
wants to merge 2 commits into from
Closed

added new tool-info-module for "cetfuzz" #951

wants to merge 2 commits into from

Conversation

Sarathkrishnan
Copy link
Contributor

added new tool-info-module for "cetfuzz" for participating in Test-Comp

added new tool-info-module for "cetfuzz" for participating in Test-Comp

class Tool(benchexec.tools.template.BaseTool2):
"""
cetfuzz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add at least a URL here and ideally a description of the tool.

Comment on lines +25 to +28
def program_files(self, executable):
return self._program_files_from_executable(
executable, self.REQUIRED_PATHS, parent_dir=True
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you overwriting this? Unless REQUIRED_PATHS is set it will not do anything.


def executable(self, tool_locator):

return tool_locator.find_executable("runTool.py", subdir=".")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subdir="." is redundant.

@PhilippWendler
Copy link
Member

Replaced by #956.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants