Accepting request 758039 from home:StefanBruens:branches:science

- Enable test suite run in %check

OBS-URL: https://build.opensuse.org/request/show/758039
OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=10
This commit is contained in:
Stefan Brüns 2019-12-19 15:27:44 +00:00 committed by Git OBS Bridge
parent 3084b45aad
commit 32c6b5da7c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Enable test suite run in %check
-------------------------------------------------------------------
Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>

View File

@ -62,6 +62,9 @@ make %{?_smp_mflags} prefix=%{_prefix} libdir=%{_libdir}
%make_install prefix=%{_prefix} libdir=%{_libdir}
rm -rf %{buildroot}%{_libdir}/libxxhash.a
%check
make test
%post -n libxxhash0 -p /sbin/ldconfig
%postun -n libxxhash0 -p /sbin/ldconfig