15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
# Makefile for net selftests
 | 
						|
 | 
						|
TEST_PROGS := \
 | 
						|
	bond-arp-interval-causes-panic.sh \
 | 
						|
	bond-break-lacpdu-tx.sh \
 | 
						|
	bond-lladdr-target.sh \
 | 
						|
	dev_addr_lists.sh
 | 
						|
 | 
						|
TEST_FILES := \
 | 
						|
	lag_lib.sh \
 | 
						|
	net_forwarding_lib.sh
 | 
						|
 | 
						|
include ../../../lib.mk
 |