enable %check in spec file

This commit is contained in:
Thomas Haller 2015-01-05 11:03:49 +01:00
parent 4aa273fe19
commit e1be7a9da3

View File

@ -66,6 +66,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -delete
%check
make check
%post -p /sbin/ldconfig
%post cli -p /sbin/ldconfig
%postun -p /sbin/ldconfig