about summary refs log tree commit diff
path: root/pkgs/development/compilers/intel-graphics-compiler
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-24 17:02:11 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-27 18:18:08 +0100
commit160bd6c83f9d2671224473405087326a7428632f (patch)
tree4cc95611efdb239dadf1fea4f29c7b481759c422 /pkgs/development/compilers/intel-graphics-compiler
parenta1056332702e4311baafe6c945caa00fc3094699 (diff)
intel-graphics-compiler: add intel-compute-runtime to passthru.tests
Diffstat (limited to 'pkgs/development/compilers/intel-graphics-compiler')
-rw-r--r--pkgs/development/compilers/intel-graphics-compiler/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/compilers/intel-graphics-compiler/default.nix b/pkgs/development/compilers/intel-graphics-compiler/default.nix
index 72be8998013cb..54a8e82e27ee1 100644
--- a/pkgs/development/compilers/intel-graphics-compiler/default.nix
+++ b/pkgs/development/compilers/intel-graphics-compiler/default.nix
@@ -5,6 +5,7 @@
 , runCommandLocal
 , bison
 , flex
+, intel-compute-runtime
 , llvmPackages_14
 , opencl-clang
 , python3
@@ -73,6 +74,10 @@ stdenv.mkDerivation rec {
     "-Wno-dev"
   ];
 
+  passthru.tests = {
+    inherit intel-compute-runtime;
+  };
+
   meta = with lib; {
     homepage = "https://github.com/intel/intel-graphics-compiler";
     description = "LLVM-based compiler for OpenCL targeting Intel Gen graphics hardware";