Merge pull request #50527 from matthewbauer/ninja-check-phase

Add check phase to ninja setup hook
This commit is contained in:
Matthew Bauer
2018-11-20 16:55:12 -06:00
committed by GitHub
26 changed files with 59 additions and 88 deletions
@@ -30,10 +30,6 @@ stdenv.mkDerivation rec {
doCheck = ! shared;
checkPhase = "
ctest
";
enableParallelBuilding = true;
meta = with stdenv.lib; {