-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from healthypunk/master
Adapt existing Ruby scripts to Python framework
- Loading branch information
Showing
29 changed files
with
875 additions
and
43 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# GobExec | ||
GobExec – because BenchExec isn't enough | ||
GobExec – because BenchExec is not enough | ||
|
||
## Installing | ||
1. Ensure that you are using [Python 3.10](https://www.python.org/downloads/release/python-3100/) or higher. | ||
2. Install [Goblint](https://github.com/goblint/analyzer#installing). | ||
3. Install [Goblint benchmark suite](https://github.com/goblint/bench#readme). | ||
|
||
## Running | ||
|
||
To ensure that you have installed everything correctly, run ``test.py`` within the GobExec directory | ||
``` | ||
python3 test.py | ||
``` | ||
|
||
The generated output file ``GobExec/out.html`` can be viewed via your browser of choice |
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
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
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
Oops, something went wrong.