summaryrefslogtreecommitdiff
path: root/test/tools/llvm-lit
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-12-05 23:15:33 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-12-05 23:15:33 +0000
commitc15e5b0a0dbdaf8612bdcbba1deedcb77bed1045 (patch)
treece99d0dd7913820e60681b1523026f34302dfe59 /test/tools/llvm-lit
parent22af4bc07bb81c22b15d7a63fb566efcab913bd9 (diff)
downloadllvm-c15e5b0a0dbdaf8612bdcbba1deedcb77bed1045.tar.gz
llvm-c15e5b0a0dbdaf8612bdcbba1deedcb77bed1045.tar.bz2
llvm-c15e5b0a0dbdaf8612bdcbba1deedcb77bed1045.tar.xz
PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-lit')
-rw-r--r--test/tools/llvm-lit/lit.local.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tools/llvm-lit/lit.local.cfg b/test/tools/llvm-lit/lit.local.cfg
new file mode 100644
index 0000000000..856a54932f
--- /dev/null
+++ b/test/tools/llvm-lit/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.c']