atf: Move the tests back to the tests package

Commit 9065390ddc moved atf to its own package, but mistakenly moved
the tests as well.  Put the tests back into the test package.

Fixes:	9065390ddc ("packages: Remove the tests-dev package")
MFC after:	1 day
Reviewed by:	emaste
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D53594
This commit is contained in:
Lexi Winter
2025-11-05 21:16:32 +00:00
parent df381bec2d
commit 4b342830ab
9 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
# SUCH DAMAGE.
#
PACKAGE= atf
PACKAGE?= atf
LIB_PACKAGE=
CFLAGS+= -DHAVE_CONFIG_H
+2
View File
@@ -1,5 +1,7 @@
.include <bsd.init.mk>
PACKAGE= tests
TESTS_SUBDIRS= detail
ATF= ${SRCTOP}/contrib/atf
+2
View File
@@ -1,5 +1,7 @@
.include <bsd.init.mk>
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/lib/atf/libatf-c++/detail
ATF= ${SRCTOP}/contrib/atf
+2
View File
@@ -1,5 +1,7 @@
.include <bsd.init.mk>
PACKAGE= tests
TESTS_SUBDIRS= detail
ATF= ${SRCTOP}/contrib/atf
+2
View File
@@ -1,5 +1,7 @@
.include <bsd.init.mk>
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/lib/atf/libatf-c/detail
ATF= ${SRCTOP}/contrib/atf
+3
View File
@@ -1,4 +1,7 @@
.PATH: ${SRCTOP}/tests
PACKAGE= tests
KYUAFILE= yes
SUBDIR= test-programs
+1 -1
View File
@@ -24,7 +24,7 @@
# SUCH DAMAGE.
#
PACKAGE= atf
PACKAGE?= atf
LIB_PACKAGE=
CFLAGS+= -DHAVE_CONFIG_H
+2
View File
@@ -1,6 +1,8 @@
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PACKAGE= tests
ATF_TESTS_SH= atf-check_test
.include <bsd.test.mk>
+3
View File
@@ -1,4 +1,7 @@
.PATH: ${SRCTOP}/tests
PACKAGE= tests
KYUAFILE= yes
.include <bsd.test.mk>