mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix the basic test build script to always build
The test script, 'basic-build-test.sh', wasn't consistently building with symbols and coverage data, nor doing a forced rebuild.
This commit is contained in:
		
							parent
							
								
									68c0bd72bc
								
							
						
					
					
						commit
						be412aaca9
					
				@ -36,8 +36,8 @@ fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Step 1 - Make and instrumented build for code coverage
 | 
			
		||||
CFLAGS=' --coverage -g3 -O0 '
 | 
			
		||||
make
 | 
			
		||||
export CFLAGS=' --coverage -g3 -O0 '
 | 
			
		||||
make clean; make
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Step 2 - Execute the tests
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user