From 32c6b5da7c5a971d2308085c059ea764c63057172ddf13896684781011c5e577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Thu, 19 Dec 2019 15:27:44 +0000 Subject: [PATCH] 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 --- xxhash.changes | 5 +++++ xxhash.spec | 3 +++ 2 files changed, 8 insertions(+) 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