restore valgrind check for the future
This commit is contained in:
parent
272ccd424b
commit
2e49b2766d
@ -68,7 +68,11 @@ make %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%check
|
||||
%ifarch %{ix86} x86_64
|
||||
VALGRIND=memcheck make check
|
||||
%else
|
||||
make check
|
||||
%endif
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user