aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/kde5.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 113b8fdc4e..0fbcad145f 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