kde5.eclass: a step close to becoming Turing complete
authorMichael Palimaka <kensington@gentoo.org>
Sun, 28 Aug 2016 20:13:18 +0000 (06:13 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 31 Aug 2016 14:23:26 +0000 (00:23 +1000)
eclass/kde5.eclass

index feffa112375e6c61a7cea09eb69b003d228f4316..3c2028446c7755412789bb1c1359472939346798 100644 (file)
@@ -523,8 +523,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