mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
openra: add tests
This commit is contained in:
parent
fab7a4c21f
commit
20a0e782b5
@ -99,6 +99,11 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildFlags = [ "DEBUG=false" "default" "man-page" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
#TODO: check
|
||||
checkTarget = "nunit test";
|
||||
|
||||
installTargets = [ "install" "install-linux-icons" "install-linux-desktop" "install-linux-appdata" "install-linux-mime" "install-man-page" ];
|
||||
|
||||
postInstall = with stdenv.lib; let
|
||||
|
Loading…
Reference in New Issue
Block a user