11 lines
		
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| # Makefile for net selftests
 | |
| 
 | |
| TEST_PROGS := dev_addr_lists.sh
 | |
| 
 | |
| TEST_FILES := \
 | |
| 	lag_lib.sh \
 | |
| 	net_forwarding_lib.sh
 | |
| 
 | |
| include ../../../lib.mk
 |