Accepting request 222376 from home:a_faerber:branches:Virtualization

Enable tests, for the qemu package only

OBS-URL: https://build.opensuse.org/request/show/222376
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=183
This commit is contained in:
Andreas Färber 2014-02-14 16:13:17 +00:00 committed by Git OBS Bridge
parent 339216da14
commit a42128a75e
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 14 15:07:40 UTC 2014 - afaerber@suse.de
- Enable make check
-------------------------------------------------------------------
Thu Feb 13 23:10:47 UTC 2014 - brogers@suse.com

View File

@ -414,6 +414,9 @@ make --no-print-directory -C roms pxerom
make --no-print-directory -C roms sgabios
%endif
%check
make check V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -fr $RPM_BUILD_ROOT/%_datadir/doc

View File

@ -332,6 +332,9 @@ make --no-print-directory -C roms pxerom
make --no-print-directory -C roms sgabios
%endif
%check
make check V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -fr $RPM_BUILD_ROOT/%_datadir/doc