aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient/tests/Makefile')
-rw-r--r--sbin/dhclient/tests/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index 822699c9dd01..7d4359d4b762 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -1,10 +1,15 @@
-# $FreeBSD$
.PATH: ${.CURDIR:H}
+ATF_TESTS_SH= pcp
+
+# Tests assign a common IP address.
+TEST_METADATA.pcp+= is_exclusive=true
+
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
+ tables.c parse.c conflex.c tree.c fake.c \
+ option-domain-search.c
CFLAGS.option-domain-search_test+= -I${.CURDIR:H}
LIBADD.option-domain-search_test= util