forked from qt-creator/qt-creator
McuSupport: Add more missing detection paths to test jsons
Sync test jsons with board jsons from qul repo. Add detection path to JLink package creation test case. Change-Id: I0a19e53c16fd83ec3cf4bf414c7027bf9eab6eb9 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Daniele Bortolotti <daniele.bortolotti@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -165,6 +165,9 @@ const char jlinkSetting[]{"JLinkPath"};
|
||||
const char jlinkCmakeVar[]{"JLINK_PATH"};
|
||||
const char jlinkEnvVar[]{"JLINK_PATH"};
|
||||
const char jlinkLabel[]{"Path to SEGGER J-Link"};
|
||||
const QString jlinkDetectionPath{HostOsInfo::isWindowsHost()
|
||||
? QString("JLink.exe")
|
||||
: QString("JLinkExe")};
|
||||
|
||||
const QString unsupportedToolchainFilePath = QString{qtForMcuSdkPath}
|
||||
+ "/lib/cmake/Qul/toolchain/unsupported.cmake";
|
||||
@@ -1611,7 +1614,7 @@ void McuSupportTest::test_createJLink3rdPartyPackage()
|
||||
jlinkCmakeVar,
|
||||
jlinkEnvVar,
|
||||
jlinkLabel,
|
||||
{},
|
||||
jlinkDetectionPath,
|
||||
{});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user