]> git.pld-linux.org Git - packages/libtool.git/commitdiff
- run test suite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 Oct 2014 18:26:16 +0000 (19:26 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 Oct 2014 18:26:16 +0000 (19:26 +0100)
libtool.spec

index 44e3943dadfb72239b3c72c9dbc8ff7624396fb4..5d975b010dc7e2b60dfd2b646d9c7f04a0ac4483 100644 (file)
@@ -1,3 +1,6 @@
+%bcond_without tests
+%bcond_without tests_expensive
+#
 Summary:       GNU libtool, a shared library generation tool
 Summary(es.UTF-8):     GNU libtool, una herramienta de creación de bibliotecas compartidas
 Summary(pl.UTF-8):     GNU libtool - narzędzie do generowania bibliotek współdzielonych
@@ -169,6 +172,8 @@ cd ..
 
 %{__make}
 
+%{?with_tests:%{__make} check %{!?with_tests_expensive:TESTSUITEFLAGS='-k "!expensive"'}}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}
This page took 0.130126 seconds and 4 git commands to generate.