Skip to content

Commit

Permalink
dev-cpp/rttr: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/683476
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <[email protected]>
  • Loading branch information
Michael Palimaka committed Apr 17, 2019
1 parent dffab46 commit 1ef8efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-cpp/rttr/rttr-0.9.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RESTICT="test"

PATCHES=(
"${FILESDIR}/${P}-cmake.patch"
"${FILESDIR}/${P}-permission.patch"
Expand All @@ -30,5 +32,5 @@ src_configure() {
}

src_test() {
"${S}"/bin/unit_tests || die
"${BUILD_DIR}"/bin/unit_tests || die
}

0 comments on commit 1ef8efc

Please sign in to comment.