diff options
author | nia <nia@pkgsrc.org> | 2021-06-11 15:09:23 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-06-11 15:09:23 +0000 |
commit | 3b02085a945e9972b8c4248d5b81373421c522bf (patch) | |
tree | 29d55abbe96914f1c38045c8c32ad9aaeef4b683 /parallel | |
parent | d418da992db0c6364509f3d4e29aa3a362b6ba69 (diff) | |
download | pkgsrc-3b02085a945e9972b8c4248d5b81373421c522bf.tar.gz |
pocl: add test target
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/pocl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/pocl/Makefile b/parallel/pocl/Makefile index 738f3f8141f..7205ce728b2 100644 --- a/parallel/pocl/Makefile +++ b/parallel/pocl/Makefile @@ -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 |