Test with clang too

This commit is contained in:
Ville Skyttä 2016-08-28 10:28:11 +03:00
parent 5cc6db5e26
commit 216a049b09
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Source2: %{name}.csh.in
BuildRequires: perl(File::Spec)
BuildRequires: zlib-devel >= 1.2.3
# clang for additional tests
BuildRequires: clang
# coreutils for triggerin, triggerpostun
Requires: coreutils
# For groupadd
@ -90,6 +92,7 @@ find $RPM_BUILD_ROOT%{_libdir}/ccache -type l | \
%check
make check
make check CC=clang
%define ccache_trigger(p:) \