forked from qt-creator/qt-creator
WebAssembly: Reorganize plugin tests
Change-Id: I1e2be15877ef4d1adc8355b820c1b8fc333d6409 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "webassembly_global.h"
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
namespace WebAssembly::Internal {
|
||||
@@ -21,14 +19,6 @@ public:
|
||||
void initialize() override;
|
||||
void extensionsInitialized() override;
|
||||
static void askUserAboutEmSdkSetup();
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
private slots:
|
||||
void testEmSdkEnvParsing();
|
||||
void testEmSdkEnvParsing_data();
|
||||
void testEmrunBrowserListParsing();
|
||||
void testEmrunBrowserListParsing_data();
|
||||
#endif // WITH_TESTS
|
||||
};
|
||||
|
||||
} // WebAssembly::Internal
|
||||
|
||||
Reference in New Issue
Block a user