Skip to content
  1. Nov 05, 2009
  2. Sep 26, 2009
  3. Sep 24, 2009
  4. Sep 22, 2009
  5. Sep 20, 2009
  6. Sep 17, 2009
    • Daniel Dunbar's avatar
      Tweak clang testing. · ecac0a40
      Daniel Dunbar authored
       - Move CMake to using the new test runner.
      
       - Switch Makefiles to use the lit.site.cfg.in template.
      
       - Remove explicit --path arguments, instead this gets written into the site
         configuration. This means running lit from the command line should use the
         exact same configuration as is used in 'make test', assuming it can find the
         site configuration file. You still need to run 'make test' (or the cmake
         build target equivalent) at least once.
      
      llvm-svn: 82160
      ecac0a40
  7. Sep 16, 2009
  8. Sep 11, 2009
  9. Sep 08, 2009
  10. Sep 06, 2009
  11. 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