public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel10: add %check to spec file and call unittests
@ 2026-07-30 15:16 Izabela Bakollari
0 siblings, 0 replies; only message in thread
From: Izabela Bakollari @ 2026-07-30 15:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel10
Commit : 8f1eb55663109476a7da1f367fbd13d076a654fc
Author : Izabela Bakollari <izabela.bakollari@gmail.com>
Date : 2021-05-05T08:44:04+02:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/8f1eb55663109476a7da1f367fbd13d076a654fc?branch=epel10
Log:
add %check to spec file and call unittests
---
diff --git a/icecream.spec b/icecream.spec
index 420eabf..003c143 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -113,6 +113,9 @@ done
popd
%endif
+%check
+LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make check
+
%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/libicecc.la
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 15:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:16 [rpms/icecream] epel10: add %check to spec file and call unittests Izabela Bakollari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox