!10 【Mainline】Enable test suite in check

From: @yixiangzhike 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-04-14 06:22:23 +00:00 committed by Gitee
commit 54b8dc939d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libtomcrypt
Version: 1.18.2
Release: 4
Release: 5
Summary: A comprehensive, portable cryptographic toolkit
License: Public Domain or WTFPL
URL: http://www.libtom.net/
@ -36,6 +36,7 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} INCPATH="%{_includedir}" PREFIX="%{_pref
%check
make test
./test
%post -n %{name} -p /sbin/ldconfig
%postun -n %{name} -p /sbin/ldconfig
@ -52,6 +53,9 @@ make test
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Apr 13 2022 yixiangzhike <yixiangzhike007@163.com> - 1.18.2-5
- enable test suite in check
* Thu Jan 14 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.18.2-4
- fix CVE-2019-17362