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