Skip to content
Makefile 323 B
Newer Older
# Makefile for net selftests

CFLAGS += -I../../../../usr/include/

NET_PROGS = socket psock_fanout psock_tpacket
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh

include ../lib.mk