diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-05-26 10:57:18 +0800 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-05-26 10:57:18 +0800 |
commit | aff27ace7bdff59da603b040805d74e7504c007c (patch) | |
tree | 7524cc464751222b7417366ae6e591567eacbcc1 /devel/atf | |
parent | 8017d0a2f36902105cae00beadbaf1b85ac6b743 (diff) | |
download | freebsd-ports-graphics-aff27ace7bdff59da603b040805d74e7504c007c.tar.gz freebsd-ports-graphics-aff27ace7bdff59da603b040805d74e7504c007c.tar.zst freebsd-ports-graphics-aff27ace7bdff59da603b040805d74e7504c007c.zip |
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)
Diffstat (limited to 'devel/atf')
-rw-r--r-- | devel/atf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 22c48809341..439c7664b66 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -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> |