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"