Number of tests in boost
 
            
            
            
            
                11 Jul
                
                    2014
                
            
            
                11 Jul
                
                '14
                
            
            
            
        
    
                7:26 p.m.
            
        Hello, I was wondering whether there is a precise way to count the total number of tests across all libraries? What is the total number of tests in boost? Sincerely, -Axel
 
            
            
            
            
                12 Jul
                
            
            
                12 Jul
                
            
            
            
        
    
                12:35 a.m.
            
        "Axel Ismirlian" <aismirl@us.ibm.com> wrote:
I was wondering whether there is a precise way to count the total number of tests across all libraries? What is the total number of tests in boost?
If you run "b2 --dump-tests" in the status sub-directory it will list all tests applicable to your configuration and then run them. It lists 6776 for me on QNX. The tests for Boost.Build aren't included in that. Running "grep -c '<test-log'" on the xml log for those tests gives 129. Regards, Niklas Angare
        4130
        
      
          Age (days ago)
        
      
        4130
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 Axel Ismirlian Axel Ismirlian
- 
                 Niklas Angare Niklas Angare