pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 21 10:22:56 UTC 2018

Modified Files:
        pkgsrc/finance/gnucash: Makefile

Log Message:
gnucash: add TEST_TARGET

37% tests passed, 67 tests failed out of 107


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/finance/gnucash/Makefile

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

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.256 pkgsrc/finance/gnucash/Makefile:1.257
--- pkgsrc/finance/gnucash/Makefile:1.256       Mon Apr 16 14:34:27 2018
+++ pkgsrc/finance/gnucash/Makefile     Sat Apr 21 10:22:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.256 2018/04/16 14:34:27 wiz Exp $
+# $NetBSD: Makefile,v 1.257 2018/04/21 10:22:56 wiz Exp $
 
 DISTNAME=              gnucash-3.0
 PKGREVISION=           2
@@ -31,6 +31,8 @@ USE_TOOLS+=           perl:run pkg-config
 # remove when using ninja
 USE_TOOLS+=            gmake
 
+TEST_TARGET=           check
+
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnucash
 CXXFLAGS+=             -Wno-deprecated-declarations
 



Home | Main Index | Thread Index | Old Index