From df65c88cff8e165d3a415dc5df217fb3258e0f50 Mon Sep 17 00:00:00 2001 From: z00585918 Date: Mon, 30 Aug 2021 20:40:41 +0800 Subject: [PATCH] enable make check to execute the test-suites --- gperftools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gperftools.spec b/gperftools.spec index 7fd0045..784b765 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,6 +1,6 @@ Name: gperftools Version: 2.8 -Release: 1 +Release: 2 Summary: high-performance malloc and performance analysis tools License: BSD @@ -71,6 +71,9 @@ CXXFLAGS=`echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-local-typedefs -D make +%check +LD_LIBRARY_PATH=./.libs make check + %install %make_install @@ -98,6 +101,9 @@ make %{_mandir}/man1/*.1.gz %changelog +* Mon Aug 30 2021 zhangyiru - 2.8-2 +- enable make check to execute the test-suites + * Wed Aug 26 2020 xinghe - 2.8-1 - update to 2.8 -- Gitee