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