]> git.pld-linux.org Git - packages/bind.git/commitdiff
- add make tests
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Jun 2007 21:28:35 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.253

bind.spec

index 9363d02b4d4263af3aa6d17ade18099dcc130997..0fc7b16d0b8aaf9e6da665b4587daa2e54317a01 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -6,6 +6,7 @@
 %bcond_without ipv6            # build without IPv6 support
 %bcond_without ldap            # build without LDAP support
 %bcond_without static_libs     # build without static libraries
+%bcond_without tests           # perform tests
 %bcond_with    hip             # build with HIP RR support
 #
 Summary:       BIND - DNS name server
@@ -373,6 +374,8 @@ cd ../..
 %{__make}
 %{?with_hip:cd bind-hip/; %{__make}}
 
+%{?with_tests:%{__make} tests}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}} \
This page took 0.040621 seconds and 4 git commands to generate.