diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-15 17:03:02 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-15 17:03:02 +0200 |
| commit | 599fbba8a0b5bf9ee31215bdb2c9f518148b6f40 (patch) | |
| tree | 7b7fdbc2d9a2387082c8eb7b2f838efaf9feb909 /eclass | |
| parent | 6bbdcdb08c296840aea63328e7091e1ffa8134ca (diff) | |
| download | kde-599fbba8a0b5bf9ee31215bdb2c9f518148b6f40.tar.gz kde-599fbba8a0b5bf9ee31215bdb2c9f518148b6f40.tar.bz2 kde-599fbba8a0b5bf9ee31215bdb2c9f518148b6f40.zip | |
kde5.eclass: Update KDE_TEST documentation
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde5.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 251026233d6..afc990f9443 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -105,8 +105,10 @@ fi # when USE=!test. # If set to "forceoptional", remove a Qt5Test dependency and comment test # subdirs from the root CMakeLists.txt in addition to the above. -# If set to "forceoptional-recursive", remove a Qt5Test dependency and comment -# test subdirs from *any* CMakeLists.txt in addition to the above. +# If set to "forceoptional-recursive", remove Qt5Test dependencies and make +# test subdirs according to KDE_TESTPATTERN from *any* CMakeLists.txt in ${S} +# and below conditional on BUILD_TESTING. This is always meant as a short-term +# fix and creates ${T}/${P}-tests-optional.patch to refine and submit upstream. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_TEST:=true} else |
