From 73cdbbece754c0dc3321c9d33bd306e70ff9a0071941c3d12f740a117079798e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 8 Dec 2023 13:25:45 +0000 Subject: [PATCH] - Enable checks. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=12 --- hare.changes | 5 +++++ hare.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hare.changes b/hare.changes index 3896e61..84d405a 100644 --- a/hare.changes +++ b/hare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 8 13:25:24 UTC 2023 - Soc Virnyl Estela + +- Enable checks. + ------------------------------------------------------------------- Fri Dec 08 13:20:23 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/hare.spec b/hare.spec index 6eb62c3..e4cab0f 100644 --- a/hare.spec +++ b/hare.spec @@ -113,7 +113,7 @@ export PLATFORM="linux" export ARCH="%{_arch}" make %{?_smp_mflags} DESTDIR="%{buildroot}" install -%if %{without test} +%if %{with test} %check export CFLAGS="%optflags" export PLATFORM="linux"