From a0476c7ad849e3d79afc5305250009eea69ebe3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos?= Date: Fri, 27 Jan 2023 12:26:55 +0100 Subject: [PATCH] changed the .sh to test run all tests --- encounter_test.sh => run_test_display_gcov.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename encounter_test.sh => run_test_display_gcov.sh (72%) 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