run test suite

This commit is contained in:
Peter Robinson 2014-10-15 09:58:08 +01:00
parent 7107b3aa7b
commit a0289215cf

View File

@ -50,6 +50,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig