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:
parent
7cf4ab229a
commit
b205828c0f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user