MTU-tests: Add new MTU-tests directory and Makefile

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
Jesper Dangaard Brouer
2020-10-13 15:04:22 +02:00
parent 40706ad9fa
commit 74bde6b32c

9
MTU-tests/Makefile Normal file
View File

@ -0,0 +1,9 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS :=
BPF_TARGETS := tc_bpf_encap
EXTRA_DEPS := encap.h
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk