8 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # SPDX-License-Identifier: GPL-2.0
 | |
| # Runs tests for the HID subsystem
 | |
| 
 | |
| export TARGET=test_gamepad.py
 | |
| 
 | |
| bash ./run-hid-tools-tests.sh
 |