Enable test suite in check
This commit is contained in:
parent
2c2cb412fb
commit
610715fdb5
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libkcapi
|
||||
Version: 1.3.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library
|
||||
|
||||
License: BSD or GPLv2
|
||||
@ -159,6 +159,12 @@ for t in cppcheck scan;do
|
||||
%make_build $t
|
||||
done
|
||||
|
||||
pushd test
|
||||
ENABLE_FUZZ_TEST=1 \
|
||||
NO_32BIT_TEST=1 \
|
||||
./test-invocation.sh ||:
|
||||
popd
|
||||
|
||||
%files
|
||||
%doc %dir %{_pkgdocdir}
|
||||
%doc %{_pkgdocdir}/README.md
|
||||
@ -188,6 +194,12 @@ done
|
||||
%{_mandir}/man3/kcapi_*.3.*
|
||||
|
||||
%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
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user