Disable tests on 32-bit archs for now.

This commit is contained in:
Susi Lehtola 2016-04-10 07:11:07 +02:00
parent a3279af514
commit 504d4d2ecb
1 changed files with 3 additions and 0 deletions

View File

@ -72,7 +72,10 @@ install -D -p -m 644 gui/icon.png %{buildroot}%{_datadir}/pixmaps/cppcheck.png
%check
cd objdir-%{_target_platform}/bin
# A test currently fails on 32-bit archs, see http://trac.cppcheck.net/ticket/7037
%if %{__isa_bits} != 32
./testrunner -g -q
%endif
%clean
rm -rf %{buildroot}