public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mimalloc] rawhide: Enable the unit tests
@ 2026-08-27  6:38 Christoph Erhardt
  0 siblings, 0 replies; only message in thread
From: Christoph Erhardt @ 2026-08-27  6:38 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mimalloc
            Branch : rawhide
            Commit : 8dc2becb9398a4a81e3b1074fe9ef077e1eff525
            Author : Christoph Erhardt <fedora@sicherha.de>
            Date   : 2026-08-27T00:02:45+02:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mimalloc/c/8dc2becb9398a4a81e3b1074fe9ef077e1eff525?branch=rawhide

            Log:
            Enable the unit tests

The test suite used to depend on `MI_BUILD_STATIC=ON`, but this is no
longer the case.

---
diff --git a/mimalloc.spec b/mimalloc.spec
index 7fc01e1..f8afff7 100644
--- a/mimalloc.spec
+++ b/mimalloc.spec
@@ -35,7 +35,6 @@ rm -rf bin
     -DMI_BUILD_OBJECT=OFF \
     -DMI_INSTALL_TOPLEVEL=ON \
     -DMI_BUILD_STATIC=OFF \
-    -DMI_BUILD_TESTS=OFF \
     -DMI_NO_OPT_ARCH=ON \
     -DCMAKE_BUILD_TYPE=Release
 %cmake_build
@@ -45,6 +44,10 @@ rm -rf bin
 %cmake_install
 
 
+%check
+%ctest
+
+
 %files
 %license LICENSE
 %doc readme.md
@@ -61,6 +64,7 @@ rm -rf bin
 * Wed Aug 26 2026 Christoph Erhardt <fedora@sicherha.de> - 3.5.0-1
 - Update to 3.5.0 (#2335526)
 - Override the standard malloc interface (#2304716)
+- Enable unit tests
 
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27  6:38 [rpms/mimalloc] rawhide: Enable the unit tests Christoph Erhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox