add %check section

This commit is contained in:
Rex Dieter 2013-10-11 21:47:37 -05:00
parent df461cedcc
commit ab83b07955

View File

@ -249,6 +249,9 @@ install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/d
%find_lang %{name}
%check
make check
%pre
/usr/sbin/groupadd -f -r pulse || :
/usr/bin/id pulse >/dev/null 2>&1 || \