From 92fd0827c16e521afb026c0290ab30884fb496a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:19:06 +0000 Subject: [PATCH] pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests package Reviewed by: kp, gjb Differential Revision: https://reviews.freebsd.org/D21521 --- sbin/pfctl/tests/Makefile | 2 ++ sbin/pfctl/tests/files/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sbin/pfctl/tests/Makefile b/sbin/pfctl/tests/Makefile index b4aa2de120b3..21eae016f4d1 100644 --- a/sbin/pfctl/tests/Makefile +++ b/sbin/pfctl/tests/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + ATF_TESTS_SH= pfctl_test \ macro diff --git a/sbin/pfctl/tests/files/Makefile b/sbin/pfctl/tests/files/Makefile index 818e4cd21f77..af0d4bbf0bfb 100644 --- a/sbin/pfctl/tests/files/Makefile +++ b/sbin/pfctl/tests/files/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + TESTSDIR= ${TESTSBASE}/sbin/pfctl/files BINDIR= ${TESTSDIR}