mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
atf: Move the tests back to the tests package
Commit9065390ddcmoved 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:
parent
df381bec2d
commit
4b342830ab
9 changed files with 18 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
PACKAGE= atf
|
||||
PACKAGE?= atf
|
||||
LIB_PACKAGE=
|
||||
CFLAGS+= -DHAVE_CONFIG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
.include <bsd.init.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
TESTS_SUBDIRS= detail
|
||||
|
||||
ATF= ${SRCTOP}/contrib/atf
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
.include <bsd.init.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/atf/libatf-c++/detail
|
||||
|
||||
ATF= ${SRCTOP}/contrib/atf
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
.include <bsd.init.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
TESTS_SUBDIRS= detail
|
||||
|
||||
ATF= ${SRCTOP}/contrib/atf
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
.include <bsd.init.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/atf/libatf-c/detail
|
||||
|
||||
ATF= ${SRCTOP}/contrib/atf
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
.PATH: ${SRCTOP}/tests
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
KYUAFILE= yes
|
||||
|
||||
SUBDIR= test-programs
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
PACKAGE= atf
|
||||
PACKAGE?= atf
|
||||
LIB_PACKAGE=
|
||||
CFLAGS+= -DHAVE_CONFIG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
ATF= ${SRCTOP}/contrib/atf
|
||||
.PATH: ${ATF}/atf-sh
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
ATF_TESTS_SH= atf-check_test
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
.PATH: ${SRCTOP}/tests
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
KYUAFILE= yes
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue