[LLVMbugs] [Bug 13260] New: CMake-generated projects cannot run single test suite
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 3 09:22:13 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13260
Bug #: 13260
Summary: CMake-generated projects cannot run single test suite
Product: Build scripts
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jordan_rose at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
When I'm working on the analyzer, I often want to just run the tests in
test/Analysis, rather than the entire Clang test suite. There seems to be no
easy way to do this from within a CMake-generated project file.
(There is the added problem of changes to targets not sticking, since any
change in any CMakeLists.txt causes the project file to be regenerated. So even
if I could figure out how to set some environment variable for this, it
wouldn't stick.)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list