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 <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-06-21 07:14:17 +02:00
parent d9e0c355a0
commit 9a37a306b8
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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;