xref: /freebsd/sbin/dhclient/tests/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:	${.CURDIR:H}
2
3ATF_TESTS_SH=	pcp
4
5# Tests assign a common IP address.
6TEST_METADATA.pcp+=	is_exclusive=true
7
8PLAIN_TESTS_C=				option-domain-search_test
9SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
10					tables.c parse.c conflex.c tree.c fake.c \
11					option-domain-search.c
12CFLAGS.option-domain-search_test+=	-I${.CURDIR:H}
13LIBADD.option-domain-search_test=	util
14
15WARNS?=	2
16
17.include <bsd.test.mk>
18