<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:chris.bieneman@me.com" title="Chris Bieneman <chris.bieneman@me.com>"> <span class="fn">Chris Bieneman</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - CMake-generated projects cannot run single test suite"
href="https://llvm.org/bugs/show_bug.cgi?id=13260">bug 13260</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>chris.bieneman@me.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - CMake-generated projects cannot run single test suite"
href="https://llvm.org/bugs/show_bug.cgi?id=13260#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - CMake-generated projects cannot run single test suite"
href="https://llvm.org/bugs/show_bug.cgi?id=13260">bug 13260</a>
from <span class="vcard"><a class="email" href="mailto:chris.bieneman@me.com" title="Chris Bieneman <chris.bieneman@me.com>"> <span class="fn">Chris Bieneman</span></a>
</span></b>
<pre>Jordan,
I believe this is now fully resolved for non-IDE generators. In r268806 Justin
Bogner added a feature that generates check targets for every subdirectory
under the tests directories. The targets follow the format
check-${project}-${subdir}, where subdir is the name of the subdirectories
under the test directory with slashes replaced by dashes.
This follows exactly what Takumi commented where the target
check-clang-Analysis runs the tests under clang/test/Analysis. Additionally
check-clang-Analysis-objc runs the tests under clang/test/Analysis/objc.
This workflow is not supported in multi-configuration generators (i.e. Visual
Studio & Xcode) because IDEs seem to have a problem with excessive numbers of
targets being generated, but it works great if you use Ninja or Make.
Is this sufficient for your needs?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>