diff --git a/xxhash.changes b/xxhash.changes index 2200809..50cb076 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns + +- Enable test suite run in %check + ------------------------------------------------------------------- Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki diff --git a/xxhash.spec b/xxhash.spec index e161bdb..f327e7e 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -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