From 610715fdb542e81646ad3904b370c5d87201e9d1 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 26 Jan 2022 14:56:10 +0800 Subject: [PATCH] Enable test suite in check --- libkcapi.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/libkcapi.spec b/libkcapi.spec index de484a1..9ea4d4e 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -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 - 1.3.1-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:enable test suite in check + * Thu Dec 30 2021 yixiangzhike - 1.3.1-1 - Type:enhancement - ID:NA