1# $FreeBSD$ 2 3PACKAGE= tests 4FILESGROUPS= TESTS 5TESTSPACKAGE= ${PACKAGE} 6 7.PATH: ${.CURDIR}/.. 8 9PLAIN_TESTS_C= option-domain-search_test 10SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \ 11 tables.c fake.c option-domain-search.c 12CFLAGS.option-domain-search_test+= -I${.CURDIR}/.. 13LIBADD.option-domain-search_test= util 14 15WARNS?= 2 16 17.include <bsd.test.mk> 18