run test suite

This commit is contained in:
Miroslav Lichvar 2013-01-24 12:53:41 +01:00
parent 9e8d922623
commit 12d49199c5

View File

@ -83,6 +83,9 @@ for h in slang.h slcurses.h; do
ln -s ../$h $RPM_BUILD_ROOT%{_includedir}/slang/$h
done
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig