Skip to content

Commit

Permalink
Add lib/ to MoXIchecker's required paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Po-Chun-Chien committed Dec 4, 2024
1 parent 288d86b commit c35f6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/moxichecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Tool(benchexec.tools.template.BaseTool2):
Tool info for MoXIchecker
"""

REQUIRED_PATHS = ["moxichecker/"]
REQUIRED_PATHS = ["moxichecker/", "lib/"]

def executable(self, tool_locator):
return tool_locator.find_executable("moxichecker", subdir="bin")
Expand Down

0 comments on commit c35f6ad

Please sign in to comment.