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

(-)podofo-0.8.2.ebuild (-1 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild,v 1.2 2010/11/07 21:11:46 ssuominen Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
inherit cmake-utils multilib
6
inherit cmake-utils multilib
Lines 48-50 Link Here
48
48
49
	cmake-utils_src_configure
49
	cmake-utils_src_configure
50
}
50
}
51
52
src_test() {
53
	cd "${CMAKE_BUILD_DIR}"/test/unit
54
	./podofo-test --selftest || die "self test failed"
55
}

Return to bug 345353