aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtoxcore
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-08 18:54:15 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-10 12:56:34 +0000
commitf01ff6545de6b8378014742772bfb53203beae41 (patch)
treeaeb436e3d5873455c340a349dd03da10a596cfe0 /pkgs/development/libraries/libtoxcore
parent0317cc052579a4990619297811a5c1878feade62 (diff)
libtoxcore: cleanup tests
Diffstat (limited to 'pkgs/development/libraries/libtoxcore')
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index a005c8b37465..994d22846773 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -30,8 +30,6 @@ let
enableParallelBuilding = true;
doCheck = false; # hangs, tries to access the net?
-
- # for some reason the tests are not running - it says "No tests found!!"
checkInputs = [ check ];
checkPhase = "ctest";