!63 enable check

From: @wangjiang37 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
This commit is contained in:
openeuler-ci-bot 2023-02-17 07:39:37 +00:00 committed by Gitee
commit 93903d69fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: zstd Name: zstd
Version: 1.5.0 Version: 1.5.0
Release: 2 Release: 3
Summary: A fast lossless compression algorithm Summary: A fast lossless compression algorithm
License: BSD and GPLv2 License: BSD and GPLv2
URL: https://github.com/facebook/zstd URL: https://github.com/facebook/zstd
@ -48,9 +48,7 @@ done
%endif %endif
%check %check
%ifarch %{arm} make -C tests test
make -C tests test-zstd
%endif
%if %{with pzstd} %if %{with pzstd}
make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%endif %endif
@ -87,6 +85,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Thu Feb 16 2023 wangjiang <wangjiang37@h-partners.com> - 1.5.0-3
- enable check
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.5.0-2 * Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.5.0-2
- rebuild for next release - rebuild for next release