pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brlcad: Add regress target



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 23 06:26:16 2016 +0200
Changeset:	8723f1cd684946350b74b60ca4852476bfe53d04

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Add regress target

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8723f1cd684946350b74b60ca4852476bfe53d04

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index bd47f4c..f0232e1 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -102,6 +102,12 @@ benchmark: build
 		${PKGSRC_SETENV} ${TEST_ENV} ${MAKE_PROGRAM}		\
 			${MAKE_FLAGS} ${TEST_MAKE_FLAGS} benchmark
 
+regress: build
+	${_ULIMIT_CMD}							\
+		cd ${WRKSRC} &&						\
+		${PKGSRC_SETENV} ${TEST_ENV} ${MAKE_PROGRAM}		\
+			${MAKE_FLAGS} ${TEST_MAKE_FLAGS} regress
+
 # .include "../../wip/tk-itk3/buildlink3.mk" # built-in
 # .include "../../wip/tkpng/buildlink3.mk" # built-in
 # .include "../../wip/tcl-iwidgets/buildlink3.mk" # built-in


Home | Main Index | Thread Index | Old Index