1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Enable the TEST option by default in atf-based ports.

Get ports that use the atf libraries to install their tests by default.
This is to showcase the potential of getting the tests installed on a
live system and will also simplify the process of running them periodically
out of /usr/local/tests/.

Packages confirmed to build with this option enabled.

Approved by:	bapt (ports)
This commit is contained in:
Julio Merino 2014-05-26 02:57:18 +00:00
parent fdbc00e17d
commit cab6c4c66c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355276
6 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= atf
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
LOCAL/jmmv
@ -17,6 +18,7 @@ USE_LDCONFIG= yes
USES= libtool
OPTIONS_DEFINE= DOCS TEST
OPTIONS_DEFAULT=TEST
.include <bsd.port.options.mk>

View File

@ -3,7 +3,7 @@
PORTNAME= kyua-atf-compat
PORTVERSION= 0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= kyua
@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
USES= pkgconfig
OPTIONS_DEFINE= DOCS TEST
OPTIONS_DEFAULT=TEST
OPTIONS_SUB= yes
TEST_CONFIGURE_WITH= atf

View File

@ -3,7 +3,7 @@
PORTNAME= kyua-cli
PORTVERSION= 0.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= kyua
@ -27,6 +27,7 @@ SUB_FILES= kyua.conf
SUB_LIST= TESTS_USER=${TESTS_USER}
OPTIONS_DEFINE= DOCS EXAMPLES TEST
OPTIONS_DEFAULT=TEST
OPTIONS_SUB= yes
TEST_CONFIGURE_WITH= atf

View File

@ -3,7 +3,7 @@
PORTNAME= kyua-testers
PORTVERSION= 0.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= kyua
@ -16,6 +16,7 @@ LICENSE= BSD
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS TEST
OPTIONS_DEFAULT=TEST
OPTIONS_SUB= yes
TEST_CONFIGURE_WITH= atf

View File

@ -3,7 +3,7 @@
PORTNAME= lutok
PORTVERSION= 0.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@ -18,6 +18,7 @@ USE_LDCONFIG= yes
USES= libtool lua pkgconfig
OPTIONS_DEFINE= DOCS EXAMPLES TEST
OPTIONS_DEFAULT=TEST
OPTIONS_SUB= yes
TEST_CONFIGURE_WITH= atf

View File

@ -2,7 +2,7 @@
PORTNAME= shtk
PORTVERSION= 1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
LOCAL/jmmv
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST
OPTIONS_SUB= yes
TEST_CONFIGURE_WITH= atf
TEST_BUILD_DEPENDS= ${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf