pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/pocl



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 11 15:09:24 UTC 2021

Modified Files:
        pkgsrc/parallel/pocl: Makefile

Log Message:
pocl: add test target


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/pocl/Makefile

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

Modified files:

Index: pkgsrc/parallel/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.3 pkgsrc/parallel/pocl/Makefile:1.4
--- pkgsrc/parallel/pocl/Makefile:1.3   Thu Jun 10 11:18:06 2021
+++ pkgsrc/parallel/pocl/Makefile       Fri Jun 11 15:09:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/10 11:18:06 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/11 15:09:23 nia Exp $
 
 DISTNAME=      pocl-1.7
 PKGREVISION=   2
@@ -14,6 +14,8 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+TEST_TARGET=   check
+
 # C++11
 GCC_REQD+=     4.7
 



Home | Main Index | Thread Index | Old Index