summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/ExampleTests/ShInternal
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-10 02:41:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-10 02:41:17 +0000
commit8acffa7dd56faf91c0fb4f401bc61658ed824cfc (patch)
tree616f9156b3ec7f1df3e89f90dcaf3cb4ef5b3ba9 /llvm/utils/lit/ExampleTests/ShInternal
parent4010a04034e90fe24f572dceded20d4a420a90e6 (diff)
downloadbcm5719-llvm-8acffa7dd56faf91c0fb4f401bc61658ed824cfc.tar.gz
bcm5719-llvm-8acffa7dd56faf91c0fb4f401bc61658ed824cfc.zip
lit: Add ExampleTests, for testing lit and demonstrating test suite features.
llvm-svn: 86654
Diffstat (limited to 'llvm/utils/lit/ExampleTests/ShInternal')
-rw-r--r--llvm/utils/lit/ExampleTests/ShInternal/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/utils/lit/ExampleTests/ShInternal/lit.local.cfg b/llvm/utils/lit/ExampleTests/ShInternal/lit.local.cfg
new file mode 100644
index 00000000000..448eaa4092b
--- /dev/null
+++ b/llvm/utils/lit/ExampleTests/ShInternal/lit.local.cfg
@@ -0,0 +1,6 @@
+# -*- Python -*-
+
+config.test_format = lit.formats.ShTest(execute_external = False)
+
+config.suffixes = ['.c']
+
OpenPOWER on IntegriCloud