10 lines
		
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| #ifndef TESTS_SCRIPTS_H
 | |
| #define TESTS_SCRIPTS_H
 | |
| 
 | |
| #include "tests.h"
 | |
| 
 | |
| struct test_suite **create_script_test_suites(void);
 | |
| 
 | |
| #endif /* TESTS_SCRIPTS_H */
 |