Skip to content
  1. Sep 08, 2009
  2. Sep 06, 2009
  3. Jul 31, 2009
    • Daniel Dunbar's avatar
      Add missing test suffixes. · 20a8d48e
      Daniel Dunbar authored
      llvm-svn: 77666
      20a8d48e
    • Daniel Dunbar's avatar
      MultiTestRunner: Simplify, cleanup, and rename! · 3667b99a
      Daniel Dunbar authored
       - 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. :)
      
      llvm-svn: 77665
      3667b99a
Loading