pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rakudo



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Oct  2 15:19:48 UTC 2017

Modified Files:
        pkgsrc/lang/rakudo: Makefile

Log Message:
rakudo: add test target


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rakudo/Makefile

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

Modified files:

Index: pkgsrc/lang/rakudo/Makefile
diff -u pkgsrc/lang/rakudo/Makefile:1.1 pkgsrc/lang/rakudo/Makefile:1.2
--- pkgsrc/lang/rakudo/Makefile:1.1     Tue Sep 26 17:23:05 2017
+++ pkgsrc/lang/rakudo/Makefile Mon Oct  2 15:19:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/26 17:23:05 mspo Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/02 15:19:48 maya Exp $
 
 DISTNAME=      rakudo-2017.09
 PKGREVISION=   1
@@ -15,6 +15,8 @@ MAKE_JOBS_SAFE=       no
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl gmake
 
+TEST_TARGET=           test
+
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PERL5}
 CONFIGURE_SCRIPT=      Configure.pl



Home | Main Index | Thread Index | Old Index