diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-24 15:23:08 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-24 15:23:08 +0200 |
commit | cace251b73a2902fbdade9e8cd7ae0f52f0e18e1 (patch) | |
tree | 5089537cbe03506f42b04d756564909e22b6ee7d /modules/remote-sycl/.nix/derivation.nix | |
parent | 86b06a3fee2cd7635a9ab486e2a35bdf1e81ce38 (diff) |
Slowly adding pure data transfer classes
Diffstat (limited to 'modules/remote-sycl/.nix/derivation.nix')
-rw-r--r-- | modules/remote-sycl/.nix/derivation.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 2247ec0..71c5dff 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -48,9 +48,10 @@ in stdenv.mkDerivation { installPhase = '' scons prefix=$out build_examples=${build_examples} install ''; - + doCheck = true; - checkPhase = '' + checkPhase = '' + export ACPP_APPDB_DIR=. scons test ./bin/tests ''; |