Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/icyphy/gametime
Browse files Browse the repository at this point in the history
  • Loading branch information
Haron-Benfaida committed Nov 9, 2024
2 parents 29b395b + a476041 commit 8b5f74c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Install the additional libraries via Homebrew:
brew install graphviz
```

If you are having trouble installing pygraphviz on macOS try the following: [StackOverflow](https://stackoverflow.com/questions/69970147/how-do-i-resolve-the-pygraphviz-error-on-mac-os)

### 4. Install KLEE

To use KLEE with Gametime, follow the installation instructions on the [KLEE official website](https://klee.github.io/).
Expand Down
2 changes: 1 addition & 1 deletion test/tacle_test/programs/if_elif_else/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gametime-project:
file:
location: if_elif_else.c
analysis-function: test
additional-files: helper.c
additional-files: [helper.c]
start-label: null
end-label: null

Expand Down

0 comments on commit 8b5f74c

Please sign in to comment.