!23 【Mainline】Enable test suite in check

Merge pull request !23 from yixiangzhike/master
This commit is contained in:
openeuler-ci-bot 2022-01-26 09:45:11 +00:00 committed by Gitee
commit af23effe82
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: libkcapi Name: libkcapi
Version: 1.3.1 Version: 1.3.1
Release: 1 Release: 2
Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library
License: BSD or GPLv2 License: BSD or GPLv2
@ -159,6 +159,12 @@ for t in cppcheck scan;do
%make_build $t %make_build $t
done done
pushd test
ENABLE_FUZZ_TEST=1 \
NO_32BIT_TEST=1 \
./test-invocation.sh ||:
popd
%files %files
%doc %dir %{_pkgdocdir} %doc %dir %{_pkgdocdir}
%doc %{_pkgdocdir}/README.md %doc %{_pkgdocdir}/README.md
@ -188,6 +194,12 @@ done
%{_mandir}/man3/kcapi_*.3.* %{_mandir}/man3/kcapi_*.3.*
%changelog %changelog
* Wed Jan 26 2022 yixiangzhike <yixiangzhike007@163.com> - 1.3.1-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:enable test suite in check
* Thu Dec 30 2021 yixiangzhike <yixiangzhike007@163.com> - 1.3.1-1 * Thu Dec 30 2021 yixiangzhike <yixiangzhike007@163.com> - 1.3.1-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA