commit: a7e951d159f09667efa6fd90a8e09d3cddb1d470 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 23:10:44 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 23:52:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e951d1
dev-libs/leatherman: Enable tests (that fail), #601744 dev-libs/leatherman/leatherman-0.10.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/leatherman/leatherman-0.10.0.ebuild b/dev-libs/leatherman/leatherman-0.10.0.ebuild index 0bf5212..82fafc7 100644 --- a/dev-libs/leatherman/leatherman-0.10.0.ebuild +++ b/dev-libs/leatherman/leatherman-0.10.0.ebuild @@ -47,6 +47,10 @@ src_configure() { cmake-utils_src_configure } +src_test() { + cmake-utils_src_test +} + src_install() { cmake-utils_src_install }