opencl-headers: add opencl-clhpp to passthru.tests

This commit is contained in:
Sergei Zimmerman
2025-04-28 19:52:20 +00:00
committed by Sergei Zimmerman
parent 450c8a5f1f
commit 30953f5ff2
+7 -1
View File
@@ -7,6 +7,7 @@
ocl-icd,
tesseract,
testers,
opencl-clhpp,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -23,7 +24,12 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
passthru.tests = {
inherit ocl-icd tesseract hashcat;
inherit
ocl-icd
tesseract
hashcat
opencl-clhpp
;
pkg-config = testers.hasPkgConfigModules {
package = finalAttrs.finalPackage;
moduleNames = [ "OpenCL-Headers" ];