]> git.pld-linux.org Git - packages/libxcrypt.git/commitdiff
Run test suite.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Jan 2023 17:52:09 +0000 (18:52 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Jan 2023 17:52:09 +0000 (18:52 +0100)
libxcrypt.spec

index 8b4b921b224dd74c514c5d5b9cb10136973d8426..b578ca25fb92cb3cf14ce33b8f11d92880692761 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without default_crypt   # build as default libcrypt provider
+%bcond_without  tests
 
 Summary:       Crypt Library for DES, MD5, and Blowfish
 Summary(pl.UTF-8):     Biblioteka szyfrująca hasła obsługująca DES, MD5 i Blowfish
@@ -97,6 +98,10 @@ Ten pakiet zawiera statyczną wersję biblioteki libxcrypt.
        --disable-werror
 %{__make}
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{_lib}
This page took 0.247431 seconds and 4 git commands to generate.