restore valgrind check for the future

This commit is contained in:
Caolán McNamara 2011-01-27 09:19:00 +00:00
parent 272ccd424b
commit 2e49b2766d

View File

@ -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