Enable test suite in check

This commit is contained in:
yixiangzhike 2022-04-13 15:22:27 +08:00
parent 8b8e7d632b
commit 3eab9eb1e2

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