CMake: Split big plugin tests into smaller pieces

... which can then live closer to the tested code.

Change-Id: Icd975a76424ea2258c1bb93afdbaabdf1959340a
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2024-01-12 12:52:29 +01:00
parent e0dae4d0b3
commit 446d79ad67
10 changed files with 144 additions and 119 deletions

View File

@@ -53,4 +53,8 @@ private:
CallStackLine m_errorOrWarningLine;
};
#ifdef WITH_TESTS
namespace Internal { QObject *createCMakeParserTest(); }
#endif
} // CMakeProjectManager