REGRESS->TEST

This commit is contained in:
espie 2013-03-11 11:51:04 +00:00
parent a3ffdca8ac
commit 85168fad4c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.template,v 1.62 2013/03/08 10:06:13 espie Exp $
# $OpenBSD: Makefile.template,v 1.63 2013/03/11 11:51:04 espie Exp $
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
# Original from: credit the original author here
#
@ -90,12 +90,12 @@ MASTER_SITES = ???
#BUILD_DEPENDS = ???
#RUN_DEPENDS = ???
#LIB_DEPENDS = ???
#REGRESS_DEPENDS = ???
#TEST_DEPENDS = ???
#MAKE_FLAGS = ???
#MAKE_ENV = ???
#FAKE_FLAGS = ???
#REGRESS_FLAGS = ???
#TEST_FLAGS = ???
# build/configuration variables
#
@ -131,7 +131,7 @@ MASTER_SITES = ???
# Is the build automagic or is it interactive
#
#IS_INTERACTIVE = Yes
#REGRESS_IS_INTERACTIVE = Yes
#TEST_IS_INTERACTIVE = Yes
# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
# You would write
@ -163,7 +163,7 @@ MASTER_SITES = ???
# The time gained is not worth it.
#
#NO_BUILD = Yes
#NO_REGRESS = Yes
#NO_TEST = Yes
# Overrides for default values
#
@ -178,6 +178,6 @@ MASTER_SITES = ???
#ALL_TARGET = ???
#INSTALL_TARGET = ???
#REGRESS_TARGET = ???
#TEST_TARGET = ???
.include <bsd.port.mk>