kde5.eclass: disable root test directory.
authorMichael Palimaka <kensington@gentoo.org>
Thu, 27 Aug 2015 10:48:51 +0000 (20:48 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 27 Aug 2015 10:54:15 +0000 (20:54 +1000)
eclass/kde5.eclass

index eae14e1860d53add459d2e9a33b75093c8236af4..921f08559b364f67f38562f09a655aaaa2ed52d5 100644 (file)
@@ -427,6 +427,7 @@ kde5_src_prepare() {
                # only build unit tests when required
                if ! use_if_iuse test ; then
                        comment_add_subdirectory autotests
+                       comment_add_subdirectory test
                        comment_add_subdirectory tests
                fi
        fi