[LLVMbugs] [Bug 14459] New: lit cannot run an arbitrary out-of-tree test directory
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 29 16:26:15 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14459
Bug #: 14459
Summary: lit cannot run an arbitrary out-of-tree test directory
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: lit
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jordan_rose at apple.com
CC: daniel at zuster.org, llvmbugs at cs.uiuc.edu
Classification: Unclassified
I have a directory of preprocessed files that are set up to be testable with
lit, but which I don't want to run /all/ the time (a few of them take quite a
while). Unfortunately, I can't pass the test directory to lit or llvm-lit -- it
just uses the entire default test suite instead. (I copied in the lit.site.cfg
file from Clang's build tree.)
I'd like to be able to point lit at a config file and an arbitrary directory of
tests and have it run those tests.
--
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