1# SPDX-License-Identifier: GPL-2.0
2# Makefile for netfilter selftests
3
4TEST_PROGS := nft_trans_stress.sh nft_nat.sh bridge_brouter.sh \
5	conntrack_icmp_related.sh nft_flowtable.sh ipvs.sh \
6	nft_concat_range.sh nft_conntrack_helper.sh \
7	nft_queue.sh nft_meta.sh
8
9LDLIBS = -lmnl
10TEST_GEN_FILES =  nf-queue
11
12include ../lib.mk
13