treewide: remove ctest usages

These are already in the generated makefiles!
This commit is contained in:
Matthew Bauer
2018-11-18 14:33:09 -06:00
parent f6f7283e69
commit 2c47a4229f
19 changed files with 2 additions and 40 deletions

View File

@@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
doCheck = !stdenv.isDarwin;
checkPhase = ''
preCheck = ''
export LD_LIBRARY_PATH=$(readlink -f ./src)
CTEST_OUTPUT_ON_FAILURE=1 make test
export CTEST_OUTPUT_ON_FAILURE=1
'';
meta = with stdenv.lib; {