From 9a37a306b83c6aa71048021a9c05938c20434205 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 21 Jun 2013 07:14:17 +0200 Subject: [PATCH] synergy: Enable unit tests. Integration tests don't seem to work right now, so let's see if we can figure out a way to enable them later. But at least running unit tests is better than not running any tests :-) Signed-off-by: aszlig --- pkgs/applications/misc/synergy/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix index a4ea8a999731..22ede723fabc 100644 --- a/pkgs/applications/misc/synergy/default.nix +++ b/pkgs/applications/misc/synergy/default.nix @@ -28,6 +28,9 @@ stdenv.mkDerivation rec { cp ../bin/synergyd $out/bin ''; + doCheck = true; + checkPhase = "../bin/unittests"; + meta = { description = "Tool to share the mouse keyboard and the clipboard between computers"; homepage = http://synergy-foss.org;