!12 enable check test suite

From: @fly_fzc 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2023-04-06 02:30:10 +00:00 committed by Gitee
commit f5e225f118
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libtommath Name: libtommath
Version: 1.2.0 Version: 1.2.0
Release: 2 Release: 3
Summary: A portable number theoretic multiple-precision integer library. Summary: A portable number theoretic multiple-precision integer library.
License: Public Domain License: Public Domain
URL: http://www.libtom.net/ URL: http://www.libtom.net/
@ -55,6 +55,11 @@ find %{buildroot} -name '*.a' -delete
%ldconfig_scriptlets %ldconfig_scriptlets
%check
make %{?_smp_mflags} test_standalone
./test
rm -f demo/*.o
%files %files
%license LICENSE %license LICENSE
%{_libdir}/*.so.* %{_libdir}/*.so.*
@ -68,6 +73,9 @@ find %{buildroot} -name '*.a' -delete
%doc doc/bn.pdf %doc doc/bn.pdf
%changelog %changelog
* Wed Mar 29 2023 fuanan <fuanan3@h-partners.com> - 1.2.0-3
- enable check test suite
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.0-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.0-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git - DESC: delete -Sgit from %autosetup, and delete BuildRequires git
git git