mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-cpp/rttr: fix tests
Closes: https://bugs.gentoo.org/683476 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
@@ -14,6 +14,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTICT="test"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-cmake.patch"
|
||||
"${FILESDIR}/${P}-permission.patch"
|
||||
@@ -30,5 +32,5 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
"${S}"/bin/unit_tests || die
|
||||
"${BUILD_DIR}"/bin/unit_tests || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user