mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 19fd74879a
			
		
	
	
		19fd74879a
		
	
	
	
	
		
			
			This is unit testing code. It should use that name because it makes more sense than 'selftest'. Rename the files to match and rename the config variable. Signed-off-by: Grant Likely <grant.likely@linaro.org>
		
			
				
	
	
		
			20 lines
		
	
	
		
			565 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			565 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| / {
 | |
| 	testcase-data {
 | |
| 		match-node {
 | |
| 			name0 { };
 | |
| 			name1 { device_type = "type1"; };
 | |
| 			a { name2 { device_type = "type1"; }; };
 | |
| 			b { name2 { }; };
 | |
| 			c { name2 { device_type = "type2"; }; };
 | |
| 			name3 { compatible = "compat3"; };
 | |
| 			name4 { compatible = "compat2", "compat3"; };
 | |
| 			name5 { compatible = "compat2", "compat3"; };
 | |
| 			name6 { compatible = "compat1", "compat2", "compat3"; };
 | |
| 			name7 { compatible = "compat2"; device_type = "type1"; };
 | |
| 			name8 { compatible = "compat2"; device_type = "type1"; };
 | |
| 			name9 { compatible = "compat2"; };
 | |
| 		};
 | |
| 	};
 | |
| };
 |