Skip to content

Commit 1ab4f7a

Browse files
Updated README file to include JBMC
Updated README file to describe how to build the JBMC wrapper script and how to obtain the Benchexec tool script and benchmark definition.
1 parent c6fc80d commit 1ab4f7a

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)