]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- run tests
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Mar 2013 20:30:56 +0000 (21:30 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Mar 2013 20:30:56 +0000 (21:30 +0100)
systemd.spec

index 760fc8c8ec3148cf314a77931c78aef63fe8d74d..9c27d6c5f1e34226d354691267a11256d3fdfeaf 100644 (file)
@@ -9,6 +9,7 @@
 %bcond_without qrencode        # QRencode support
 %bcond_without selinux         # without SELinux support
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
+%bcond_without tests
 
 Summary:       A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
@@ -610,6 +611,8 @@ cp -p %{SOURCE2} src/systemd_booted.c
 %{__make} -j1
 ./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump \
This page took 0.151801 seconds and 4 git commands to generate.