summaryrefslogtreecommitdiff
path: root/dev-libs/leatherman
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-12-06 00:10:44 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-06 00:52:09 +0100
commita7e951d159f09667efa6fd90a8e09d3cddb1d470 (patch)
treeaa6514a5c3cf74ed31cf28fc3cee4c6409a2fcc5 /dev-libs/leatherman
parent3b36cf0bb98cc41c339a9b4f894811263011b44d (diff)
downloadgentoo-a7e951d159f09667efa6fd90a8e09d3cddb1d470.tar.gz
gentoo-a7e951d159f09667efa6fd90a8e09d3cddb1d470.tar.xz
dev-libs/leatherman: Enable tests (that fail), #601744
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r--dev-libs/leatherman/leatherman-0.10.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/leatherman/leatherman-0.10.0.ebuild b/dev-libs/leatherman/leatherman-0.10.0.ebuild
index 0bf52123aaa..82fafc78c7f 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
}