mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	NEWS: Mention igt.cocci
And also pimp the spatch file itself with usage hints. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
		
							parent
							
								
									2347e6d21e
								
							
						
					
					
						commit
						87042d671f
					
				
							
								
								
									
										3
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								NEWS
									
									
									
									
									
								
							@ -1,6 +1,9 @@
 | 
			
		||||
Release 1.8 (xxxx-xx-xx)
 | 
			
		||||
------------------------
 | 
			
		||||
 | 
			
		||||
- Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
 | 
			
		||||
  them to igt macros/infrastructure.
 | 
			
		||||
 | 
			
		||||
Release 1.7 (2014-06-09)
 | 
			
		||||
------------------------
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,11 @@
 | 
			
		||||
// Semantic patch for common patters and their replacement by igt infrastructure
 | 
			
		||||
// and macros. Please run with
 | 
			
		||||
//
 | 
			
		||||
// spatch --sp-file lib/igt.cocci --in-place tests/*.c
 | 
			
		||||
//
 | 
			
		||||
// on your new testcase.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// Replace open-coded augmented igt_assert/skip/require with macro versions
 | 
			
		||||
@@
 | 
			
		||||
expression Ec;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user