Skip to content
  • Stefanus Du Toit's avatar
    Allow test categories to be skipped. · 6809d79c
    Stefanus Du Toit authored
    This adds a new parameter, --skip-category, that can be used to list
    categories that should be skipped. For example, to run all tests except for
    Objective-C ones, one can now write:
    
      ./dotest.py --skip-category objc [...]
    
    llvm-svn: 187590
    6809d79c
Loading