<table><tr><td style="">mihac created this revision.<br />Restricted Application added a subscriber: kdevelop-devel.<br />mihac requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D9919" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This is a bunch of small changes that together enable running tests from<br />
CMake with support for QtTest and viewing results in the tool view.<br />
The changes include:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Enable listing test cases from tests defined with CMake and QtTest<ul class="remarkup-list">
<li class="remarkup-list-item">Extract sources for each target from cmake server</li>
<li class="remarkup-list-item">Use target sources to look for QtTest declarations in them</li>
<li class="remarkup-list-item">Fix the search for QtTest declarations, so that it works without access to the main() function body</li>
</ul></li>
</ol>

<ol class="remarkup-list" start="2">
<li class="remarkup-list-item">When running tests, parse the output and report results<ul class="remarkup-list">
<li class="remarkup-list-item">Exctract output directly from the OutputModel, which is long-lived, and not from the shorter-lived OutputJob. The previous method would lose some lines of output.</li>
<li class="remarkup-list-item">Wait for asynchronous output signals from OutputModel, which again prevents losing some lines of test program output.</li>
</ul></li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9919" rel="noreferrer">https://phabricator.kde.org/D9919</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/cmake/cmakeprojectdata.h<br />
plugins/cmake/cmakeserverimportjob.cpp<br />
plugins/cmake/testing/ctestfindjob.cpp<br />
plugins/cmake/testing/ctestrunjob.cpp<br />
plugins/cmake/testing/ctestrunjob.h<br />
plugins/cmake/testing/ctestsuite.cpp<br />
plugins/cmake/testing/ctestutils.cpp<br />
plugins/cmake/tests/test_ctestfindsuites.cpp<br />
plugins/cmake/tests/test_ctestfindsuites.h</div></div></div><br /><div><strong>To: </strong>mihac<br /><strong>Cc: </strong>kdevelop-devel<br /></div>