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:
Michael Palimaka
2019-04-17 22:40:19 +10:00
parent dffab46cee
commit 1ef8efca14

View File

@@ -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
}