Mostly a proof of concept for adding fuzzing to our tree. Change-Id: I10e5ef3a426b9c74c288d7232a6d11a1ca59833b Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/12183 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	afl-gcc -g -m32 -I ../../src/lib -o jpeg-test jpeg-test.c ../../src/lib/jpeg.c
 | |
| 
 | |
| run:
 | |
| 	afl-fuzz -i jpeg-test-cases -o jpeg-results ./jpeg-test @@
 |