Skip to content

Instantly share code, notes, and snippets.

@rowlo
Last active August 29, 2015 13:56
Show Gist options
  • Save rowlo/8845393 to your computer and use it in GitHub Desktop.
Save rowlo/8845393 to your computer and use it in GitHub Desktop.
Example run arguments line for QtCreator testlib unit test executable for complex project structure. Coverage is collected for "libRowloSqlitePersistence" project's source files and the generated html report is opened with the Opera browser. If a test fails the UnitTestMonitor will be started if found.
-txt > tlog && (/home/robert/bin/processCoverage.sh ../../work/libRowloPersistenceTest "*/libRowloPersistence/src/*" ../../testcoverage/libRowloPersistence && /usr/bin/opera ../../testcoverage/libRowloPersistence/index.html) || (test -f ~/bin/UnitTestMonitor && UnitTestMonitor) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment