[PATCH] D24968: [lit] Add instructions to run lit's test suite

Brian Gesiak via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 08:36:34 PDT 2016


modocache updated this revision to Diff 72660.
modocache added a comment.

Oops, forgot a backslash.


https://reviews.llvm.org/D24968

Files:
  utils/lit/README.txt

Index: utils/lit/README.txt
===================================================================
--- utils/lit/README.txt
+++ utils/lit/README.txt
@@ -6,3 +6,19 @@
 summarizing their results, and providing indication of failures. lit is designed
 to be a lightweight testing tool with as simple a user interface as possible.
 
+=====================
+ Contributing to lit
+=====================
+
+Please read the TODO file in this directory for ideas on what to work on.
+Before submitting patches, run the test suite to ensure nothing has regressed:
+
+    # From within your LLVM source directory.
+    utils/lit/lit.py \
+        --path /path/to/your/llvm/build/bin \
+        utils/lit/tests
+
+Note that lit's tests depend on 'not' and 'FileCheck', LLVM utilities.
+You will need to have built LLVM tools in order to run lit's test suite
+successfully.
+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24968.72660.patch
Type: text/x-patch
Size: 860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160927/8008b930/attachment.bin>


More information about the llvm-commits mailing list