pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon May 22 14:49:04 UTC 2017

Modified Files:
        pkgsrc/devel/libuv: Makefile

Log Message:
libuv: add test target


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libuv/Makefile

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

Modified files:

Index: pkgsrc/devel/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.14 pkgsrc/devel/libuv/Makefile:1.15
--- pkgsrc/devel/libuv/Makefile:1.14    Tue Mar 28 18:44:49 2017
+++ pkgsrc/devel/libuv/Makefile Mon May 22 14:49:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/03/28 18:44:49 maya Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/22 14:49:04 maya Exp $
 
 DISTNAME=      libuv-1.11.0
 PKGREVISION=   1
@@ -15,6 +15,7 @@ GITHUB_TAG=   v${PKGVERSION_NOREV}
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake pkg-config
 GNU_CONFIGURE= yes
+TEST_TARGET=   check
 
 HEADERS=       uv-aix.h uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h     \
                uv-unix.h uv-win.h pthread-barrier.h



Home | Main Index | Thread Index | Old Index