From: Michał Górny Date: Mon, 5 Dec 2016 23:10:44 +0000 (+0100) Subject: dev-libs/leatherman: Enable tests (that fail), #601744 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a7e951d159f09667efa6fd90a8e09d3cddb1d470;p=gentoo.git dev-libs/leatherman: Enable tests (that fail), #601744 --- diff --git a/dev-libs/leatherman/leatherman-0.10.0.ebuild b/dev-libs/leatherman/leatherman-0.10.0.ebuild index 0bf52123aaa3..82fafc78c7ff 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 }