Test History File Creation
Steps in creating final test history files:
- Branch trace test history file
- Create a branch instrumented executable by using the command
make build-bt. - Run
mtscreating a trace script using the above executable as described in universe-file-spec - Run the trace script created.
- Run the
th_builderon the trace directory to create the final test history file for the branch traces.
- Create a branch instrumented executable by using the command
- Statement trace test history file
- Create a statement instrumented executable by using the command
make build-st. - Run
mtscreating a trace script using the above executable as described in universe-file-spec - Run the trace script created.
- Run the
th_builderon the trace directory to create the final test history file for the statement traces.
- Create a statement instrumented executable by using the command
Store the final test history files in the traces.alt directory according to the naming convention defined in object-dir-spec.