[test] Added check step to the rpm build
So far it only runs test-css but even that is better than nothing at all
This commit is contained in:
parent
dac803cd4e
commit
bab8b2f72f
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ desktop-file-install --delete-original \
|
|||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/86x86/apps/%{name}.png
|
||||
|
||||
%check
|
||||
make -C test test
|
||||
|
||||
%changelog
|
||||
* Sat Jul 18 2015 Slava Monich <slava.monich@jolla.com> 1.0.5
|
||||
- Added support for zipped books
|
||||
|
|
Loading…
Reference in a new issue