aboutsummaryrefslogtreecommitdiff
path: root/Mk/Features/testing.mk
blob: 15af7e28eb7c770e15cd8cd6da160f31bd272a1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Automatic testing Support
#
# Add WITH_TESTING=yes into make.conf:
# - If set, and the port supports it, the software's test suite will be compiled
#   and run during the normal building pipeline between 'stage' and 'package'
#   stages.

.if !defined(_TESTING_MK_INCLUDED)
_TESTING_MK_INCLUDED=	yes
TESTING_Include_MAINTAINER=	portmgr@FreeBSD.org

_TESTING_PACKAGE_DEP=	test

.endif