QmlProfiler: Add tests for pixmap cache model

Change-Id: Ic3114f6cd205434e2a489112d070300a3c842352
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-06-03 16:57:37 +02:00
parent a0f956f050
commit 6de290a188
7 changed files with 419 additions and 5 deletions

View File

@@ -37,6 +37,7 @@
#include "tests/inputeventsmodel_test.h"
#include "tests/localqmlprofilerrunner_test.h"
#include "tests/memoryusagemodel_test.h"
#include "tests/pixmapcachemodel_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -91,6 +92,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new InputEventsModelTest;
tests << new LocalQmlProfilerRunnerTest;
tests << new MemoryUsageModelTest;
tests << new PixmapCacheModelTest;
#endif
return tests;
}