commit c9ef2c2ee927b5777a01b96716a1643a27e09d05
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Sun Jul 23 23:33:33 2023 +0200
Revert "Temporarily disable tests after build failures"
This reverts commit ec301b4d9ba32940700a5238d47bc0c951bc0117.
mixxx.spec | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index ca5da8d..7290fa5 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -146,10 +146,7 @@ cp %{SOURCE2} %{__cmake_builddir}/downloads
-DVINYLCONTROL=ON \
-DWAVPACK=ON
-# TODO: Remove `--target mixxx` after building the tests with the
-# RedHat hardened GCC is fixed.
-# <
https://github.com/mixxxdj/mixxx/issues/11742>
-%cmake_build --target mixxx
+%cmake_build
%install
@@ -191,13 +188,11 @@ rm -rf \
%endif
# Run tests
-# TODO: Renable tests after build failures with the RedHat hardened GCC are fixed.
-# <
https://github.com/mixxxdj/mixxx/issues/11742>
-#if "%{?ctest_exclude_regex}" == ""
-# #ctest --timeout %ctest_timeout_secs
-#else
-# #ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
-#endif
+%if "%{?ctest_exclude_regex}" == ""
+ %ctest --timeout %ctest_timeout_secs
+%else
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+%endif
# Validate AppStream data
appstreamcli \