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