Merge branch 'ipv6-Another-followup-to-the-fib6_info-change'
[linux-2.6-block.git] / tools / testing / selftests / net / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for net selftests
3
4 CFLAGS =  -Wall -Wl,--no-as-needed -O2 -g
5 CFLAGS += -I../../../../usr/include/
6
7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
8 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh
9 TEST_GEN_FILES =  socket
10 TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
11 TEST_GEN_FILES += tcp_mmap
12 TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
13 TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict
14
15 include ../lib.mk
16
17 $(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma
18 $(OUTPUT)/tcp_mmap: LDFLAGS += -lpthread