]> git.pld-linux.org Git - packages/libxslt.git/blobdiff - libxslt.spec
- runs some tests (bcond)
[packages/libxslt.git] / libxslt.spec
index 70e3a6a5bcd46ae6be75a6be65a26e4e5ded767d..26b31c49ba2e359f910090e61e4fa4fe2edb2b15 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
+%bcond_with    tests           # run test suite
 #
 %define                libxml2ver      1:2.6.21
 
@@ -124,6 +125,8 @@ Modu
        %{!?with_static_libs:--disable-static}
 %{__make}
 
+%{?with_tests:%{__make} -C tests test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.130476 seconds and 4 git commands to generate.