Skip to content

Commit 7ea4844

Browse files
authored
Merge pull request #36 from lucasccordeiro/lucas/fix/readme
Updated README file to include JBMC
2 parents c6fc80d + 1ab4f7a commit 7ea4844

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ If you you want to build the wrapper script only, use
1010

1111
`make` tool`-wrapper`
1212

13-
where tool is `cbmc` or `2ls`.
13+
where tool is `cbmc`, `jbmc` or `2ls`.
1414

1515
#### Benchexec tool script
1616

1717
* CBMC: https://github.com/sosy-lab/benchexec/blob/master/benchexec/tools/cbmc.py
18+
* JBMC: https://github.com/sosy-lab/benchexec/blob/master/benchexec/tools/jbmc.py
1819
* 2LS: https://github.com/sosy-lab/benchexec/blob/master/benchexec/tools/two_ls.py
1920

2021
#### Benchexec benchmark definition
2122

2223
* CBMC: https://github.com/sosy-lab/sv-comp/blob/master/benchmark-defs/cbmc.xml
24+
* JBMC: https://github.com/sosy-lab/sv-comp/blob/master/benchmark-defs/jbmc.xml
2325
* 2LS: https://github.com/sosy-lab/sv-comp/blob/master/benchmark-defs/2ls.xml
2426

2527
#### License

0 commit comments

Comments
 (0)