mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
This tests both both normal (untagged), and pcp tagged (VLAN 0) networks which are now common for fiber ISPs. Reviewed by: markj, kp Differential Revision: https://reviews.freebsd.org/D35178
15 lines
335 B
Makefile
15 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}
|
|
|
|
ATF_TESTS_SH= pcp
|
|
|
|
PLAIN_TESTS_C= option-domain-search_test
|
|
SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \
|
|
tables.c fake.c option-domain-search.c
|
|
CFLAGS.option-domain-search_test+= -I${.CURDIR:H}
|
|
LIBADD.option-domain-search_test= util
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|