diff options
Diffstat (limited to 'modules/remote-sycl/.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 ''; |