Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 515550
Collapse All | Expand All

(-)/var/package-manager/portage/app-emulation/qemu/qemu-2.0.0-r1.ebuild (+1 lines)
Lines 435-440 Link Here
435
src_test() {
435
src_test() {
436
	if [[ -n ${softmmu_targets} ]]; then
436
	if [[ -n ${softmmu_targets} ]]; then
437
		cd "${S}/softmmu-build"
437
		cd "${S}/softmmu-build"
438
		pax-mark m *-softmmu/qemu-system-*
438
		emake -j1 check
439
		emake -j1 check
439
		emake -j1 check-report.html
440
		emake -j1 check-report.html
440
	fi
441
	fi

Return to bug 515550