commit: 33393debf5210a36c351a6bb06a20d6310e9a34b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:13:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:14:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=33393deb
kde5.eclass: a step close to becoming Turing complete
eclass/kde5.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 113b8fd..0fbcad1 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -575,8 +575,9 @@ EOF
# if forceoptional, also cover non-kde categories
cmake_comment_add_subdirectory autotests test tests
elif [[ ${KDE_TEST} = forceoptional-recursive ]] ; then
+ punt_bogus_dep Qt5 Test
local d
- for d in $(find . -type d -name "autotests" -or -name
"tests" -or -name "test"); do
+ for d in $(find . -type d -name "autotests" -or -name
"tests" -or -name "test" -or -name "unittests"); do
pushd ${d%/*} > /dev/null || die
punt_bogus_dep Qt5 Test
cmake_comment_add_subdirectory
autotests test tests