lit: Add ExampleTests, for testing lit and demonstrating test suite features.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2009-11-10 02:41:17 +00:00
parent 972cc05c23
commit 6c1c9cfc65
26 changed files with 555 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# -*- Python -*-
config.test_format = lit.formats.ShTest(execute_external = True)
config.suffixes = ['.c']