Merge tag 'm68k-for-v5.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / tools / testing / selftests / netfilter / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for netfilter selftests
3
4 TEST_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 nf_nat_edemux.sh \
8         ipip-conntrack-mtu.sh
9
10 LDLIBS = -lmnl
11 TEST_GEN_FILES =  nf-queue
12
13 include ../lib.mk