Skip to content

Commit 0668c0f

Browse files
committed
Clarify some documentation
1 parent 4d3072a commit 0668c0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/goto-harness/goto_harness_parse_options.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Author: Diffblue Ltd.
3030
// sequence of events:
3131
// 1. Initialise a goto-model by parsing an input (goto) binary
3232
// 2. Initialise the harness generator (with some config) that will handle
33-
// the mutation of the goto-model.
33+
// the mutation of the goto-model. The generator should create a new
34+
// function that can be called by `cbmc --function`. The generated function
35+
// should implement the behaviour of the harness (What exactly this means
36+
// depends on the configuration)
3437
// 3. Write the end result of that process to the output binary
3538

3639
int goto_harness_parse_optionst::doit()

0 commit comments

Comments
 (0)