]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- run test suite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Feb 2012 21:54:07 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.381

openssh.spec

index d25b1e8ac39ef332c9d91a85054742145b97e6c1..66174e3fa1dbff010c93e619b0d7be397b061e4e 100644 (file)
@@ -8,6 +8,7 @@
 %bcond_without kerberos5       # without kerberos5 support
 %bcond_without selinux         # build without SELinux support
 %bcond_with    hpn             # High Performance SSH/SCP - HPN-SSH including Cipher NONE (broken too often)
+%bcond_without tests
 
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
@@ -576,6 +577,8 @@ echo '#define LOGIN_PROGRAM            "/bin/login"' >>config.h
 
 %{__make}
 
+%{?with_tests:%{__make} tests}
+
 cd contrib
 %if %{with gnome}
 %{__make} gnome-ssh-askpass1 \
This page took 0.18102 seconds and 4 git commands to generate.