-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds --abort-on-int cmdline flag to yices executable.
We use the yices executable (and not the yices_smt2 executable) as a sub-process solver from our primary application. Our application expects normal cleanup to the foreground process group to occur on Ctrl-C / SIGINT, but currently it will exit and leave the yices process running in the background because yices does not exit on this event. This small patch adds the cmdline flag that we can use from our application to run yices in a mode that will exit on these events. The default is the current behavior so this change should be fully backward-compatible.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters