pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh tcsh: Add support for tests



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f637ee3e77b5
branches:  trunk
changeset: 333574:f637ee3e77b5
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu May 09 12:07:45 2019 +0000

description:
tcsh: Add support for tests

diffstat:

 shells/tcsh/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 2700fe1d9359 -r f637ee3e77b5 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Thu May 09 12:03:56 2019 +0000
+++ b/shells/tcsh/Makefile      Thu May 09 12:07:45 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2019/05/09 11:32:36 leot Exp $
+# $NetBSD: Makefile,v 1.89 2019/05/09 12:07:45 leot Exp $
 #
 # used by shells/standalone-tcsh/Makefile
 # used by shells/static-tcsh/Makefile
@@ -17,6 +17,7 @@
 CONFLICTS?=    static-tcsh-[0-9]*      # use ?= to allow for overrides.
 
 GNU_CONFIGURE= yes
+USE_TOOLS+=    autoconf:test perl:test
 
 EGDIR=         ${PREFIX}/share/examples/tcsh
 
@@ -32,6 +33,8 @@
 MAKE_FLAGS+=   CC_FOR_GETHOST=${NATIVE_CC:Q}
 .endif
 
+TEST_TARGET=   check
+
 PKG_SHELL?=    bin/tcsh
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index