mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Merge remote-tracking branch 'public/pr/1806' into development
This commit is contained in:
		
						commit
						78dd2e55bf
					
				@ -35,8 +35,9 @@ if ( defined($switch) && ( $switch eq "-v" || $switch eq "--verbose" ) ) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# All test suites = executable files, excluding source files, debug
 | 
					# All test suites = executable files, excluding source files, debug
 | 
				
			||||||
# and profiling information, etc. We can't just grep {! /\./} because
 | 
					# and profiling information, etc. We can't just grep {! /\./} because
 | 
				
			||||||
#some of our test cases' base names contain a dot.
 | 
					# some of our test cases' base names contain a dot.
 | 
				
			||||||
my @suites = grep { -x $_ || /\.exe$/ } glob 'test_suite_*';
 | 
					my @suites = grep { -x $_ || /\.exe$/ } glob 'test_suite_*';
 | 
				
			||||||
 | 
					@suites = grep { !/\.c$/ && !/\.data$/ && -f } @suites;
 | 
				
			||||||
die "$0: no test suite found\n" unless @suites;
 | 
					die "$0: no test suite found\n" unless @suites;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# in case test suites are linked dynamically
 | 
					# in case test suites are linked dynamically
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user