commit: 703f578fdcf2246815d610c2a083ccc82e29b19f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 12:25:33 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 12:25:33 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=703f578f
[eclass] Disable tests when not wanted
eclass/kde5.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 9f6a106..14f335b 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -391,6 +391,7 @@ kde5_src_prepare() {
# only build unit tests when required
if ! use_if_iuse test ; then
comment_add_subdirectory autotests
+ comment_add_subdirectory tests
fi
if [[ ${CATEGORY} = kde-plasma ]]; then