From 8245912eefae04f8a4d5796f627e9b81eb0ea19d Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 28 Mar 2023 16:10:04 +0800 Subject: [PATCH] enable check test suite (cherry picked from commit a259e5bf416cc33b2b544e8cecf821ac61a23536) --- libverto.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libverto.spec b/libverto.spec index 6ccff6b..6165713 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,6 +1,6 @@ Name: libverto Version: 0.3.2 -Release: 2 +Release: 3 Summary: Main loop abstraction library License: MIT URL: https://github.com/latchset/libverto @@ -66,6 +66,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets +%check +make check + %files %license COPYING %doc AUTHORS ChangeLog NEWS README @@ -90,6 +93,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}-libev.pc %changelog +* Tue Mar 28 2023 fuanan - 0.3.2-3 +- enable check test suite + * Wed Sep 7 2022 fuanan - 0.3.2-2 - Add version for Obsoletes -- Gitee