From 5c8c822546039e7422a0dcb0841adbcbc9fb4d60 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 23 Sep 2024 18:41:23 +0200 Subject: Minor work on orientation and IDs --- .nix/derivation.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix index a927e8d..fd41fc1 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -1,5 +1,6 @@ { stdenv , scons +, forstio }: stdenv.mkDerivation { pname = "icosahedrical_destruction"; @@ -9,5 +10,12 @@ stdenv.mkDerivation { nativeBuildInputs = [ scons + forstio.core ]; + + doCheck = true; + checkPhase = '' + scons test + ./bin/tests + ''; } -- cgit v1.2.3