]> granicus.if.org Git - clang/commit
MultiTestRunner: Simplify, cleanup, and rename!
authorDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 05:54:17 +0000 (05:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 05:54:17 +0000 (05:54 +0000)
commit1db467f1201981c36ee56928372474a93432ba2b
treea19f5368cedbc2e3b540b62ef072b614bfc75894
parent6ebd15e81a4d44ac51c24bffe2705586d5edffee
MultiTestRunner: Simplify, cleanup, and rename!
 - MultiTestRunner will eventually be renamed to 'lit', for LLVM integrated
   tester/testing. This has the pros of being pronouncable and short.

 - "Project" level configuration lives in 'lit.cfg', which is also what lit uses
   to find the root testing directory in some cases. This can be overridden for
   use in project files which want to precisely specify where things are.

 - TestRunner.py is not longer able to be invoked directly.

 - Moved some code to Util.py.

 - Introduced a configuration object.

 - Cleaned up --help, removed a few not-very-useful options.

 - Tried not to break anything that works. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77665 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt
test/Makefile
test/lit.cfg [new file with mode: 0644]
utils/test/MultiTestRunner.py
utils/test/TestRunner.py
utils/test/TestingConfig.py [new file with mode: 0644]
utils/test/Util.py [new file with mode: 0644]