summaryrefslogtreecommitdiff
path: root/utils/lit
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2014-03-10 21:58:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2014-03-10 21:58:12 +0000
commita594517e5bc0f7cf890ecf1f619e363514f0cc69 (patch)
tree8d4cff516d23c1d033d20a7350fa2d7ade7c3f9c /utils/lit
parenta99759357acec852fc521fba1f78206cc41d2f32 (diff)
downloadllvm-a594517e5bc0f7cf890ecf1f619e363514f0cc69.tar.gz
llvm-a594517e5bc0f7cf890ecf1f619e363514f0cc69.tar.bz2
llvm-a594517e5bc0f7cf890ecf1f619e363514f0cc69.tar.xz
[lit] Add a README.txt.
- Also, update MANIFEST.in and utils/check-sdist. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit')
-rw-r--r--utils/lit/MANIFEST.in2
-rw-r--r--utils/lit/README.txt8
-rwxr-xr-xutils/lit/utils/check-sdist1
3 files changed, 11 insertions, 0 deletions
diff --git a/utils/lit/MANIFEST.in b/utils/lit/MANIFEST.in
index 6491a02dd1..7a732b384d 100644
--- a/utils/lit/MANIFEST.in
+++ b/utils/lit/MANIFEST.in
@@ -1,7 +1,9 @@
include TODO lit.py
recursive-include tests *
+recursive-include examples *
global-exclude *pyc
global-exclude *~
prune tests/Output
prune tests/*/Output
prune tests/*/*/Output
+prune tests/*/*/*/Output
diff --git a/utils/lit/README.txt b/utils/lit/README.txt
new file mode 100644
index 0000000000..8cf4840475
--- /dev/null
+++ b/utils/lit/README.txt
@@ -0,0 +1,8 @@
+===============================
+ lit - A Software Testing Tool
+===============================
+
+lit is a portable tool for executing LLVM and Clang style test suites,
+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.
+
diff --git a/utils/lit/utils/check-sdist b/utils/lit/utils/check-sdist
index 6186446aba..743a971fbe 100755
--- a/utils/lit/utils/check-sdist
+++ b/utils/lit/utils/check-sdist
@@ -12,6 +12,7 @@ find . | \
grep -v '^\./dist' | \
grep -v '^\./utils' | \
grep -v '^\./venv' | \
+ grep -v '^\./notes.txt' | \
grep -v '^\./lit.egg-info' | \
grep -v '^\./lit/ExampleTests' | \
grep -v '/Output' | \