Delete the Platform when a test is complete

So that we support testing multiple platforms in the same test run
This commit is contained in:
Sergio Martins
2022-04-29 14:05:35 +01:00
parent 3907660dde
commit 34b07ef340
8 changed files with 35 additions and 13 deletions

View File

@@ -33,8 +33,8 @@ public:
QSize screenSizeFor(View *) const override;
#ifdef DOCKS_DEVELOPER_MODE
void tests_initTests() const override;
void tests_cleanupTests() const override;
void tests_initTests() override;
void tests_cleanupTests() override;
#endif
};