!32 run the complete test case on ci

From: @zhangy103
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-11-18 08:54:42 +00:00 committed by Gitee
commit b4fce45176

View File

@ -2,7 +2,7 @@
Name: zstd Name: zstd
Version: 1.5.0 Version: 1.5.0
Release: 6 Release: 7
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
@ -53,7 +53,7 @@ done
%endif %endif
%check %check
make -C tests test-zstd make -C tests test
%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
@ -90,6 +90,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Tue Nov 16 2021 zhangying <zhangying103@huawei.com> - 1.5.0.7
* run the complete test case on ci
* Tue Nov 16 2021 zhangxiao <zhangxiao131@huawei.com> - 1.5.0.6 * Tue Nov 16 2021 zhangxiao <zhangxiao131@huawei.com> - 1.5.0.6
* Limit train smaples * Limit train smaples