mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	For each header in the spa directory, generate a compilation test that includes just that header. This way we can pick up missing #includes. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <@INCLUDE@>
 | 
						|
 | 
						|
int main(void) {
 | 
						|
	return 0;
 | 
						|
}
 |