From 7493db34a787271ebf3c8851dfd6472743e3a568 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 29 Mar 2023 16:55:20 +0800 Subject: [PATCH] enable check test suite (cherry picked from commit de31f715ea6e40b3a9a07b1d680e417269765e25) --- libtommath.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libtommath.spec b/libtommath.spec index 978de7d..36a7a9d 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,6 +1,6 @@ Name: libtommath Version: 1.2.0 -Release: 2 +Release: 3 Summary: A portable number theoretic multiple-precision integer library. License: Public Domain URL: http://www.libtom.net/ @@ -55,6 +55,11 @@ find %{buildroot} -name '*.a' -delete %ldconfig_scriptlets +%check +make %{?_smp_mflags} test_standalone +./test +rm -f demo/*.o + %files %license LICENSE %{_libdir}/*.so.* @@ -68,6 +73,9 @@ find %{buildroot} -name '*.a' -delete %doc doc/bn.pdf %changelog +* Wed Mar 29 2023 fuanan - 1.2.0-3 +- enable check test suite + * Thu Oct 27 2022 dongyuzhen - 1.2.0-2 - Rebuild for next release