]> git.pld-linux.org Git - packages/libseccomp.git/commitdiff
- run testsuite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Mar 2014 17:33:26 +0000 (18:33 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Mar 2014 17:33:26 +0000 (18:33 +0100)
libseccomp.spec

index a7bf82cec561f2736910aa7b2237f7dd4765187d..76386f9f6fd1fd34d176e77b0df2dbe6c443c3b4 100644 (file)
@@ -1,3 +1,6 @@
+#
+%bcond_without tests
+#
 Summary:       Enhanced Seccomp (mode 2) Helper library
 Summary(pl.UTF-8):     Rozszerzona biblioteka pomocnicza Seccomp (trybu 2)
 Name:          libseccomp
@@ -67,6 +70,8 @@ CFLAGS="%{rpmcflags} -Wall" \
 %{__make} \
        V=1
 
+%{?with_tests:%{__make} check V=1}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.178734 seconds and 4 git commands to generate.