mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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:
parent
d9e0c355a0
commit
9a37a306b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user