From 2029db16e419390ea3d7e2aeb75812ef8abb25c6 Mon Sep 17 00:00:00 2001 From: ChenZanYu Date: Thu, 11 May 2023 12:59:36 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8strace.spec=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?%check=E5=A4=84=E6=B7=BB=E5=8A=A0make=20check=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3rpmbuild=E7=9A=84=E8=BF=87=E7=A8=8B=E9=87=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89make=20check=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ChenZanYu --- strace.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strace.spec b/strace.spec index 8292eec..9a4357d 100644 --- a/strace.spec +++ b/strace.spec @@ -85,6 +85,8 @@ done wait %check +make check + #width=$(echo __LONG_WIDTH__ |%__cc -E -P -) #skip_32bit=0 #%if 0%{?fedora} >= 35 || 0%{?rhel} > 9 -- Gitee