Skip to content

Instantly share code, notes, and snippets.

@rowlo
Last active August 29, 2015 13:56
Show Gist options
  • Save rowlo/8845476 to your computer and use it in GitHub Desktop.
Save rowlo/8845476 to your computer and use it in GitHub Desktop.
QtCreator run arguments template to testlib unti test executable for complex project structure:
-txt > tlog && (/<path_to_script>/processCoverage.sh <path_to_gcno_files> "*/<name_of_Qt_project_to_test>/src/*" <target_path_for_testcoverage_report> && <browser_executable> <target_path_for_testcoverage_report>/index.html) || (test -f <path_to_UTM>UnitTestMonitor && UnitTestMonitor) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment