\

Test History File Creation

Steps in creating final test history files:

  1. Branch trace test history file
    1. Create a branch instrumented executable by using the command make build-bt.
    2. Run mts creating a trace script using the above executable as described in universe-file-spec
    3. Run the trace script created.
    4. Run the th_builder on the trace directory to create the final test history file for the branch traces.
  2. Statement trace test history file
    1. Create a statement instrumented executable by using the command make build-st.
    2. Run mts creating a trace script using the above executable as described in universe-file-spec
    3. Run the trace script created.
    4. Run the th_builder on the trace directory to create the final test history file for the statement traces.

Store the final test history files in the traces.alt directory according to the naming convention defined in object-dir-spec.