Android: Add SdkManagerOutputParser tests

Change-Id: I0d0f7318aa670885def5c6a41b9c76ab539713c2
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Artem Sokolovskii
2023-01-24 15:25:20 +01:00
parent 53397306b9
commit 0c72395148
8 changed files with 881 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#include "androidconstants.h"
#include "androidsdkpackage.h"
#include <utils/filepath.h>
@@ -74,6 +73,7 @@ private:
MarkerTag m_currentSection = MarkerTag::None;
QHash<AndroidSdkPackage *, int> m_systemImages;
friend class SdkManagerOutputParserTest;
};
} // namespace Internal
} // namespace Android