pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-ellipsis math/R-ellipsis: add test dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/532d4d0eb02b
branches:  trunk
changeset: 342089:532d4d0eb02b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 13 12:22:27 2019 +0000

description:
math/R-ellipsis: add test dependencies

diffstat:

 math/R-ellipsis/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c8346f528bf3 -r 532d4d0eb02b math/R-ellipsis/Makefile
--- a/math/R-ellipsis/Makefile  Sun Oct 13 12:21:23 2019 +0000
+++ b/math/R-ellipsis/Makefile  Sun Oct 13 12:22:27 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:49 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/13 12:22:27 rillig Exp $
 
 R_PKGNAME=     ellipsis
 R_PKGVER=      0.2.0.1
@@ -9,6 +9,8 @@
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
+TEST_DEPENDS+= R-covr>=0:../../devel/R-covr
+TEST_DEPENDS+= R-testthat>=0:../../devel/R-testthat
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index