[PATCH] D14106: Have RUN: and VERIFY: lines in .test files; Produce lit.site.cfg
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 21:49:53 PDT 2015
MatzeB created this revision.
MatzeB added subscribers: llvm-commits, jmolloy, rengolin.
First concept of having RUN: and VERIFY: lines in .test files
This currently has a lot of copy&pasted code from lit/TestRunner.py
which should get refactor to be reusable here!
This also contains some code to produce a lit.site.cfg to allow having the builddir outside the source directory.
http://reviews.llvm.org/D14106
Files:
CMakeLists.txt
cmake/lit-test-template.in
lit.cfg
lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14106.38500.patch
Type: text/x-patch
Size: 15044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151027/edf867d7/attachment.bin>
More information about the llvm-commits
mailing list