diff --git a/encounter_test.sh b/run_test_display_gcov.sh similarity index 72% rename from encounter_test.sh rename to run_test_display_gcov.sh index 1a2253d..3926413 100644 --- a/encounter_test.sh +++ b/run_test_display_gcov.sh @@ -2,7 +2,7 @@ #cleans artifacts before building date ceedling clean -ceedling gcov:encounter +ceedling gcov:all ceedling utils:gcov cd build/artifacts/gcov -xdg-open GcovCoverageResults.html & +xdg-open GcovCoverageResults.html