mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	tests: Treat PSA_WANT_ECC_* as manual dependencies
For the time being, it is not possible to determine the size of ECC keys from the arguments of all test cases thus treat them as dependencies that are not systematic. Such dependencies are not generated nor deleted by set_psa_test_dependencies.py. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									ee414c7383
								
							
						
					
					
						commit
						6ac020d797
					
				@ -105,6 +105,8 @@ def is_classic_dependency(dep):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def is_systematic_dependency(dep):
 | 
					def is_systematic_dependency(dep):
 | 
				
			||||||
    """Whether dep is a PSA dependency which is determined systematically."""
 | 
					    """Whether dep is a PSA dependency which is determined systematically."""
 | 
				
			||||||
 | 
					    if dep.startswith('PSA_WANT_ECC_'):
 | 
				
			||||||
 | 
					        return False
 | 
				
			||||||
    return dep.startswith('PSA_WANT_')
 | 
					    return dep.startswith('PSA_WANT_')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WITHOUT_SYSTEMATIC_DEPENDENCIES = frozenset([
 | 
					WITHOUT_SYSTEMATIC_DEPENDENCIES = frozenset([
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user