Skip to content

Commit

Permalink
AProVE 2025 (sosy-lab#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: nilslommen <[email protected]>
  • Loading branch information
nilslommen and nilslommen authored Oct 22, 2024
1 parent a9ebc8e commit ddd3986
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion benchexec/tools/aprove.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ class Tool(benchexec.tools.template.BaseTool2):
Only the binary (jar) distribution of AProVE is supported.
"""

REQUIRED_PATHS = ["aprove.jar", "AProVE.sh", "bin", "newstrategy.strategy"]
REQUIRED_PATHS = [
"aprove.jar",
"AProVE.sh",
"bin",
"newstrategy.strategy",
"lib",
"fake_include",
]
BIT_WIDTH_PARAMETER_NAME = "--bit-width"

def executable(self, tool_locator):
Expand Down

0 comments on commit ddd3986

Please sign in to comment.