treewide: remove ctest usages
These are already in the generated makefiles!
This commit is contained in:
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" ];
|
||||
|
||||
checkPhase = "ctest --output-on-failure"; # but cmake doesn't run the tests ...
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/BIC-MNI/${pname}";
|
||||
description = "Library for working with MINC files";
|
||||
|
||||
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" "-DBUILD_TESTING=FALSE" ];
|
||||
|
||||
checkPhase = "ctest --output-on-failure";
|
||||
doCheck = false;
|
||||
# internal_volume_io.h: No such file or directory
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake python ];
|
||||
buildInputs = [ itk ];
|
||||
|
||||
checkPhase = "ctest";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://elastix.isi.uu.nl/;
|
||||
description = "Image registration toolkit based on ITK";
|
||||
|
||||
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
checkPhase = "ctest";
|
||||
doCheck = false; # fails 7 out of 293 tests
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -42,10 +42,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = ! shared;
|
||||
|
||||
checkPhase = "
|
||||
ctest
|
||||
";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user