mirror of
				https://github.com/PowerShell/Win32-OpenSSH.git
				synced 2025-10-31 11:44:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* 	$OpenBSD: tests.c,v 1.1 2015/02/16 22:18:34 djm Exp $ */
 | |
| /*
 | |
|  * Regress test for known_hosts-related API.
 | |
|  *
 | |
|  * Placed in the public domain
 | |
|  */
 | |
| 
 | |
| void tests(void);
 | |
| void test_iterate(void); /* test_iterate.c */
 | |
| 
 | |
| void
 | |
| tests(void)
 | |
| {
 | |
| 	test_iterate();
 | |
| }
 | |
| 
 |