From cace251b73a2902fbdade9e8cd7ae0f52f0e18e1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 24 Jun 2024 15:23:08 +0200 Subject: Slowly adding pure data transfer classes --- modules/remote-sycl/.nix/derivation.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/remote-sycl/.nix') 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 ''; -- cgit v1.2.3