You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
222 B

  1. #Small scirpt to run the tests and generate the coverage report
  2. #cleans artifacts before building
  3. date
  4. ceedling clean
  5. ceedling gcov:encounter
  6. ceedling utils:gcov
  7. cd build/artifacts/gcov
  8. xdg-open GcovCoverageResults.html &