Skip to content

Commit

Permalink
Benchexec tool module: add 'unpack" directory as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjonas committed Apr 23, 2024
1 parent c298d36 commit e2e1234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smtcomp/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Tool(BaseTool2): # type: ignore
Generic tool for smtcomp execution
"""

REQUIRED_PATHS = ['unpack']

def determine_result(self, run: BaseTool2.Run) -> Any: # type: ignore
"""Adaptation of Jochen Hoenicke process script
Expand Down

0 comments on commit e2e1234

Please sign in to comment.