Adds build_coverage.sh script that: - Builds the simulation with GCC branch coverage instrumentation - Supports --report flag to run simulation and generate lcov HTML report - Uses 60 second timeout with SIGINT for graceful shutdown Also adds SIGINT handler to simulation to exit cleanly and flush coverage data.
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
toasty_metadata_server
|
|
toasty_chunk_server
|
|
toasty_simulation
|
|
toasty_simulation_coverage
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
*.info
|
|
coverage_html/ |